Html Css Color HEX #9AAB10 Citrus

📋 copy color: '#9AAB10'

red 154 ◦ green 171 ◦ blue 16

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

Shades of Citrus #9AAB10

Tints of Citrus #9AAB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 45.16%
G = 50.15%
B = 4.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#9AAB10 (or 0x9AAB10) is known color: Citrus. HEX triplet: 9A, AB and 10. RGB value is (154,171,16). Sum of RGB (Red+Green+Blue) = 154+171+16=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAB10 is #6554EF. Grayscale: #949494. Windows color (decimal): -6640880 or 1092506. OLE color: 1092506.

HSL color Cylindrical-coordinate representation of color #9AAB10: hue angle of 66.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AAB10 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 171 16 -
CMYK 0.10 0 0.91 0.33
HSL 66.58º 0.83% 0.37% -
HSV(B) 66.58º 0.91% 0.67% -
XYZ 27.98 36.03 5.97 -
YUV 148.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 154 171 16 0.10 0 0.91 0.33 66.58 0.83 0.37
Hex 9A AB 10 A 0 5B 21 43 53 25
Octal 232 253 20 12 0 133 41 103 123 45
Binary 10011010 10101011 10000 1010 0 1011011 100001 1000011 1010011 100101

Color Harmonies of #9AAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB10

Black with #9AAB10

Text Example


Text Example

White with #9AAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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