Html Css Color HEX #9FAB0A Citrus

📋 copy color: '#9FAB0A'

red 159 ◦ green 171 ◦ blue 10

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

Shades of Citrus #9FAB0A

Tints of Citrus #9FAB0A

RGB

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

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

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

R = 46.76%
G = 50.29%
B = 2.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#9FAB0A (or 0x9FAB0A) is known color: Citrus. HEX triplet: 9F, AB and 0A. RGB value is (159,171,10). Sum of RGB (Red+Green+Blue) = 159+171+10=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAB0A is #6054F5. Grayscale: #959595. Windows color (decimal): -6313206 or 699295. OLE color: 699295.

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

Color convert

RGB 159 171 10 -
CMYK 0.07 0 0.94 0.33
HSL 64.47º 0.89% 0.35% -
HSV(B) 64.47º 0.94% 0.67% -
XYZ 28.92 36.52 5.81 -
YUV 149.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 159 171 10 0.07 0 0.94 0.33 64.47 0.89 0.35
Hex 9F AB A 7 0 5E 21 40 59 23
Octal 237 253 12 7 0 136 41 100 131 43
Binary 10011111 10101011 1010 111 0 1011110 100001 1000000 1011001 100011

Color Harmonies of #9FAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB0A

Black with #9FAB0A

Text Example


Text Example

White with #9FAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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