#8AC404

Color #8AC404 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8AC404

Tints of Citrus #8AC404

Color information

#8AC404 (or 0x8AC404) is unknown color: approx Citrus. HEX triplet: 8A, C4 and 04. RGB value is (138,196,4). Sum of RGB (Red+Green+Blue) = 138+196+4=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC404 is #753BFB. Grayscale: #9D9D9D. Windows color (decimal): -7683068 or 312458. OLE color: 312458.

HSL color Cylindrical-coordinate representation of color #8AC404: hue angle of 78.12º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AC404 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB1381964-
CMYK0.3000.980.23
HSL78.12º96%39.22%-
HSV(B)78.12º97.96%76.86%-
XYZ30.2444.897.19-
YUV156.7741.78114.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 196 (76.95% from 255) = 57.99%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=40.83%
G=57.99%
B=1.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13819640.3000.980.2378.129639.22
Hex8AC441E062174e6027
Octal21230443601422711614047
Binary100010101100010010011110011000101011110011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AC404; }

 p { color: rgb(138,196,4); }

 H1.HeaderClassName
 {
   color: #8AC404;
 }
 .AnyTagClassName
 {
   color: #8AC404;
 }
</style>
background-color css

<style>
 a { background-color: #8AC404; }

 a { background-color: rgb(138,196,4); }

 div.DivClassName
 {
   background-color: #8AC404;
 }
 .BgClassName
 {
   background-color: #8AC404;
 }
</style>
border-color css

<style>
 span { border-color: #8AC404; }

 span { border-color: rgb(138,196,4); }

 td.TdClassName
 {
   border-color: #8AC404;
 }
 .TagClassName
 {
   border-color: #8AC404;
 }
</style>