Html Css Color HEX #8AAB0A Citrus

📋 copy color: '#8AAB0A'

red 138 ◦ green 171 ◦ blue 10

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

Shades of Citrus #8AAB0A

Tints of Citrus #8AAB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 43.26%
G = 53.61%
B = 3.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#8AAB0A (or 0x8AAB0A) is known color: Citrus. HEX triplet: 8A, AB and 0A. RGB value is (138,171,10). Sum of RGB (Red+Green+Blue) = 138+171+10=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAB0A is #7554F5. Grayscale: #8F8F8F. Windows color (decimal): -7689462 or 699274. OLE color: 699274.

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

Color convert

RGB 138 171 10 -
CMYK 0.19 0 0.94 0.33
HSL 72.3º 0.89% 0.35% -
HSV(B) 72.3º 0.94% 0.67% -
XYZ 25.1 34.55 5.63 -
YUV 142.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 138 171 10 0.19 0 0.94 0.33 72.3 0.89 0.35
Hex 8A AB A 13 0 5E 21 48 59 23
Octal 212 253 12 23 0 136 41 110 131 43
Binary 10001010 10101011 1010 10011 0 1011110 100001 1001000 1011001 100011

Color Harmonies of #8AAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB0A

Black with #8AAB0A

Text Example


Text Example

White with #8AAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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