Html Css Color HEX #9FAB1C Citrus

📋 copy color: '#9FAB1C'

red 159 ◦ green 171 ◦ blue 28

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

Shades of Citrus #9FAB1C

Tints of Citrus #9FAB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 44.41%
G = 47.77%
B = 7.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#9FAB1C (or 0x9FAB1C) is known color: Citrus. HEX triplet: 9F, AB and 1C. RGB value is (159,171,28). Sum of RGB (Red+Green+Blue) = 159+171+28=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB1C is #6054E3. Grayscale: #979797. Windows color (decimal): -6313188 or 1878943. OLE color: 1878943.

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

Color convert

RGB 159 171 28 -
CMYK 0.07 0 0.84 0.33
HSL 65.03º 0.72% 0.39% -
HSV(B) 65.03º 0.84% 0.67% -
XYZ 29.07 36.58 6.63 -
YUV 151.11 58.52 133.63 -
System Red Green Blue C M Y K H S L
Decimal 159 171 28 0.07 0 0.84 0.33 65.03 0.72 0.39
Hex 9F AB 1C 7 0 54 21 41 48 27
Octal 237 253 34 7 0 124 41 101 110 47
Binary 10011111 10101011 11100 111 0 1010100 100001 1000001 1001000 100111

Color Harmonies of #9FAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB1C

Black with #9FAB1C

Text Example


Text Example

White with #9FAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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