Html Css Color HEX #9FAB0F Citrus

📋 copy color: '#9FAB0F'

red 159 ◦ green 171 ◦ blue 15

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

Shades of Citrus #9FAB0F

Tints of Citrus #9FAB0F

RGB

 RED value IS 159 (62.5% from 255) = 46.09%

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

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

R = 46.09%
G = 49.57%
B = 4.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#9FAB0F (or 0x9FAB0F) is known color: Citrus. HEX triplet: 9F, AB and 0F. RGB value is (159,171,15). Sum of RGB (Red+Green+Blue) = 159+171+15=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAB0F is #6054F0. Grayscale: #969696. Windows color (decimal): -6313201 or 1026975. OLE color: 1026975.

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

Color convert

RGB 159 171 15 -
CMYK 0.07 0 0.91 0.33
HSL 64.62º 0.84% 0.36% -
HSV(B) 64.62º 0.91% 0.67% -
XYZ 28.95 36.53 5.98 -
YUV 149.63 52.02 134.68 -
System Red Green Blue C M Y K H S L
Decimal 159 171 15 0.07 0 0.91 0.33 64.62 0.84 0.36
Hex 9F AB F 7 0 5B 21 41 54 24
Octal 237 253 17 7 0 133 41 101 124 44
Binary 10011111 10101011 1111 111 0 1011011 100001 1000001 1010100 100100

Color Harmonies of #9FAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB0F

Black with #9FAB0F

Text Example


Text Example

White with #9FAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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