Html Css Color HEX #9AAB0F Citrus

📋 copy color: '#9AAB0F'

red 154 ◦ green 171 ◦ blue 15

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

Shades of Citrus #9AAB0F

Tints of Citrus #9AAB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 45.29%
G = 50.29%
B = 4.41%

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

#9AAB0F (or 0x9AAB0F) is known color: Citrus. HEX triplet: 9A, AB and 0F. RGB value is (154,171,15). Sum of RGB (Red+Green+Blue) = 154+171+15=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAB0F is #6554F0. Grayscale: #949494. Windows color (decimal): -6640881 or 1026970. OLE color: 1026970.

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

Color convert

RGB 154 171 15 -
CMYK 0.10 0 0.91 0.33
HSL 66.54º 0.84% 0.36% -
HSV(B) 66.54º 0.91% 0.67% -
XYZ 27.98 36.03 5.93 -
YUV 148.13 52.87 132.18 -
System Red Green Blue C M Y K H S L
Decimal 154 171 15 0.10 0 0.91 0.33 66.54 0.84 0.36
Hex 9A AB F A 0 5B 21 43 54 24
Octal 232 253 17 12 0 133 41 103 124 44
Binary 10011010 10101011 1111 1010 0 1011011 100001 1000011 1010100 100100

Color Harmonies of #9AAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB0F

Black with #9AAB0F

Text Example


Text Example

White with #9AAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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