Html Css Color HEX #9FAB01 Citrus

📋 copy color: '#9FAB01'

red 159 ◦ green 171 ◦ blue 1

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

Shades of Citrus #9FAB01

Tints of Citrus #9FAB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 48.04%
G = 51.66%
B = 0.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#9FAB01 (or 0x9FAB01) is known color: Citrus. HEX triplet: 9F, AB and 01. RGB value is (159,171,1). Sum of RGB (Red+Green+Blue) = 159+171+1=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAB01 is #6054FE. Grayscale: #949494. Windows color (decimal): -6313215 or 109471. OLE color: 109471.

HSL color Cylindrical-coordinate representation of color #9FAB01: hue angle of 64.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FAB01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 1 -
CMYK 0.07 0 0.99 0.33
HSL 64.24º 0.99% 0.34% -
HSV(B) 64.24º 0.99% 0.67% -
XYZ 28.87 36.5 5.55 -
YUV 148.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 159 171 1 0.07 0 0.99 0.33 64.24 0.99 0.34
Hex 9F AB 1 7 0 63 21 40 63 22
Octal 237 253 1 7 0 143 41 100 143 42
Binary 10011111 10101011 1 111 0 1100011 100001 1000000 1100011 100010

Color Harmonies of #9FAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB01

Black with #9FAB01

Text Example


Text Example

White with #9FAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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