Html Css Color HEX #8AAA05 Citrus

📋 copy color: '#8AAA05'

red 138 ◦ green 170 ◦ blue 5

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

Shades of Citrus #8AAA05

Tints of Citrus #8AAA05

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.31%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 44.09%
G = 54.31%
B = 1.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#8AAA05 (or 0x8AAA05) is known color: Citrus. HEX triplet: 8A, AA and 05. RGB value is (138,170,5). Sum of RGB (Red+Green+Blue) = 138+170+5=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA05 is #7555FA. Grayscale: #8E8E8E. Windows color (decimal): -7689723 or 371338. OLE color: 371338.

HSL color Cylindrical-coordinate representation of color #8AAA05: hue angle of 71.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AAA05 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 5 -
CMYK 0.19 0 0.97 0.33
HSL 71.64º 0.94% 0.34% -
HSV(B) 71.64º 0.97% 0.67% -
XYZ 24.88 34.16 5.43 -
YUV 141.62 50.9 125.42 -
System Red Green Blue C M Y K H S L
Decimal 138 170 5 0.19 0 0.97 0.33 71.64 0.94 0.34
Hex 8A AA 5 13 0 61 21 48 5E 22
Octal 212 252 5 23 0 141 41 110 136 42
Binary 10001010 10101010 101 10011 0 1100001 100001 1001000 1011110 100010

Color Harmonies of #8AAA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA05

Black with #8AAA05

Text Example


Text Example

White with #8AAA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,5); }

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

background-color css

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

 a { background-color: rgb(138,170,5); }

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

border-color css

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

 span { border-color: rgb(138,170,5); }

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