Html Css Color HEX #8AA804 Citrus

📋 copy color: '#8AA804'

red 138 ◦ green 168 ◦ blue 4

#8AA804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8AA804

Tints of Citrus #8AA804

RGB

 RED value IS 138 (54.3% from 255) = 44.52%

 GREEN value IS 168 (66.02% from 255) = 54.19%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 44.52%
G = 54.19%
B = 1.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#8AA804 (or 0x8AA804) is known color: Citrus. HEX triplet: 8A, A8 and 04. RGB value is (138,168,4). Sum of RGB (Red+Green+Blue) = 138+168+4=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA804 is #7557FB. Grayscale: #8C8C8C. Windows color (decimal): -7690236 or 305290. OLE color: 305290.

HSL color Cylindrical-coordinate representation of color #8AA804: hue angle of 70.98º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AA804 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 138 168 4 -
CMYK 0.18 0 0.98 0.34
HSL 70.98º 0.95% 0.34% -
HSV(B) 70.98º 0.98% 0.66% -
XYZ 24.51 33.42 5.27 -
YUV 140.33 51.06 126.34 -
System Red Green Blue C M Y K H S L
Decimal 138 168 4 0.18 0 0.98 0.34 70.98 0.95 0.34
Hex 8A A8 4 12 0 62 22 47 5F 22
Octal 212 250 4 22 0 142 42 107 137 42
Binary 10001010 10101000 100 10010 0 1100010 100010 1000111 1011111 100010

Color Harmonies of #8AA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA804

Black with #8AA804

Text Example


Text Example

White with #8AA804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AA804;
 }
 .AnyTagClassName
 {
   color: #8AA804;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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