Html Css Color HEX #9FC20F Citrus

📋 copy color: '#9FC20F'

red 159 ◦ green 194 ◦ blue 15

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

Shades of Citrus #9FC20F

Tints of Citrus #9FC20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.72%

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

R = 43.21%
G = 52.72%
B = 4.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#9FC20F (or 0x9FC20F) is known color: Citrus. HEX triplet: 9F, C2 and 0F. RGB value is (159,194,15). Sum of RGB (Red+Green+Blue) = 159+194+15=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC20F is #603DF0. Grayscale: #A3A3A3. Windows color (decimal): -6307313 or 1032863. OLE color: 1032863.

HSL color Cylindrical-coordinate representation of color #9FC20F: hue angle of 71.73º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FC20F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 194 15 -
CMYK 0.18 0 0.92 0.24
HSL 71.73º 0.86% 0.41% -
HSV(B) 71.73º 0.92% 0.76% -
XYZ 33.68 45.99 7.55 -
YUV 163.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 159 194 15 0.18 0 0.92 0.24 71.73 0.86 0.41
Hex 9F C2 F 12 0 5C 18 48 56 29
Octal 237 302 17 22 0 134 30 110 126 51
Binary 10011111 11000010 1111 10010 0 1011100 11000 1001000 1010110 101001

Color Harmonies of #9FC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC20F

Black with #9FC20F

Text Example


Text Example

White with #9FC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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