Html Css Color HEX #9AAB0A Citrus

📋 copy color: '#9AAB0A'

red 154 ◦ green 171 ◦ blue 10

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

Shades of Citrus #9AAB0A

Tints of Citrus #9AAB0A

RGB

 RED value IS 154 (60.55% from 255) = 45.97%

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

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

R = 45.97%
G = 51.04%
B = 2.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#9AAB0A (or 0x9AAB0A) is known color: Citrus. HEX triplet: 9A, AB and 0A. RGB value is (154,171,10). Sum of RGB (Red+Green+Blue) = 154+171+10=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAB0A is #6554F5. Grayscale: #949494. Windows color (decimal): -6640886 or 699290. OLE color: 699290.

HSL color Cylindrical-coordinate representation of color #9AAB0A: hue angle of 66.34º 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 #9AAB0A is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 171 10 -
CMYK 0.10 0 0.94 0.33
HSL 66.34º 0.89% 0.35% -
HSV(B) 66.34º 0.94% 0.67% -
XYZ 27.94 36.02 5.77 -
YUV 147.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 154 171 10 0.10 0 0.94 0.33 66.34 0.89 0.35
Hex 9A AB A A 0 5E 21 42 59 23
Octal 232 253 12 12 0 136 41 102 131 43
Binary 10011010 10101011 1010 1010 0 1011110 100001 1000010 1011001 100011

Color Harmonies of #9AAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB0A

Black with #9AAB0A

Text Example


Text Example

White with #9AAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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