Html Css Color HEX #8AAB05 Citrus

📋 copy color: '#8AAB05'

red 138 ◦ green 171 ◦ blue 5

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

Shades of Citrus #8AAB05

Tints of Citrus #8AAB05

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.46%

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

R = 43.95%
G = 54.46%
B = 1.59%

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

#8AAB05 (or 0x8AAB05) is known color: Citrus. HEX triplet: 8A, AB and 05. RGB value is (138,171,5). Sum of RGB (Red+Green+Blue) = 138+171+5=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAB05 is #7554FA. Grayscale: #8E8E8E. Windows color (decimal): -7689467 or 371594. OLE color: 371594.

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

Color convert

RGB 138 171 5 -
CMYK 0.19 0 0.97 0.33
HSL 71.93º 0.94% 0.35% -
HSV(B) 71.93º 0.97% 0.67% -
XYZ 25.07 34.54 5.49 -
YUV 142.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 138 171 5 0.19 0 0.97 0.33 71.93 0.94 0.35
Hex 8A AB 5 13 0 61 21 48 5E 23
Octal 212 253 5 23 0 141 41 110 136 43
Binary 10001010 10101011 101 10011 0 1100001 100001 1001000 1011110 100011

Color Harmonies of #8AAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB05

Black with #8AAB05

Text Example


Text Example

White with #8AAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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