Html Css Color HEX #9AAB12 Citrus

📋 copy color: '#9AAB12'

red 154 ◦ green 171 ◦ blue 18

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

Shades of Citrus #9AAB12

Tints of Citrus #9AAB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 44.9%
G = 49.85%
B = 5.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#9AAB12 (or 0x9AAB12) is known color: Citrus. HEX triplet: 9A, AB and 12. RGB value is (154,171,18). Sum of RGB (Red+Green+Blue) = 154+171+18=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAB12 is #6554ED. Grayscale: #959595. Windows color (decimal): -6640878 or 1223578. OLE color: 1223578.

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

Color convert

RGB 154 171 18 -
CMYK 0.10 0 0.89 0.33
HSL 66.67º 0.81% 0.37% -
HSV(B) 66.67º 0.89% 0.67% -
XYZ 28 36.04 6.05 -
YUV 148.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 154 171 18 0.10 0 0.89 0.33 66.67 0.81 0.37
Hex 9A AB 12 A 0 59 21 43 51 25
Octal 232 253 22 12 0 131 41 103 121 45
Binary 10011010 10101011 10010 1010 0 1011001 100001 1000011 1010001 100101

Color Harmonies of #9AAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB12

Black with #9AAB12

Text Example


Text Example

White with #9AAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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