Html Css Color HEX #9FC60F Citrus

📋 copy color: '#9FC60F'

red 159 ◦ green 198 ◦ blue 15

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

Shades of Citrus #9FC60F

Tints of Citrus #9FC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.23%

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

R = 42.74%
G = 53.23%
B = 4.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#9FC60F (or 0x9FC60F) is known color: Citrus. HEX triplet: 9F, C6 and 0F. RGB value is (159,198,15). Sum of RGB (Red+Green+Blue) = 159+198+15=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC60F is #6039F0. Grayscale: #A6A6A6. Windows color (decimal): -6306289 or 1033887. OLE color: 1033887.

HSL color Cylindrical-coordinate representation of color #9FC60F: hue angle of 72.79º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FC60F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 198 15 -
CMYK 0.20 0 0.92 0.22
HSL 72.79º 0.86% 0.42% -
HSV(B) 72.79º 0.92% 0.78% -
XYZ 34.58 47.79 7.85 -
YUV 165.48 43.08 123.38 -
System Red Green Blue C M Y K H S L
Decimal 159 198 15 0.20 0 0.92 0.22 72.79 0.86 0.42
Hex 9F C6 F 14 0 5C 16 49 56 2A
Octal 237 306 17 24 0 134 26 111 126 52
Binary 10011111 11000110 1111 10100 0 1011100 10110 1001001 1010110 101010

Color Harmonies of #9FC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC60F

Black with #9FC60F

Text Example


Text Example

White with #9FC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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