Html Css Color HEX #9FC202 Citrus

📋 copy color: '#9FC202'

red 159 ◦ green 194 ◦ blue 2

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

Shades of Citrus #9FC202

Tints of Citrus #9FC202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 44.79%
G = 54.65%
B = 0.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9FC202 (or 0x9FC202) is known color: Citrus. HEX triplet: 9F, C2 and 02. RGB value is (159,194,2). Sum of RGB (Red+Green+Blue) = 159+194+2=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC202 is #603DFD. Grayscale: #A2A2A2. Windows color (decimal): -6307326 or 180895. OLE color: 180895.

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

Color convert

RGB 159 194 2 -
CMYK 0.18 0 0.99 0.24
HSL 70.94º 0.98% 0.38% -
HSV(B) 70.94º 0.99% 0.76% -
XYZ 33.6 45.96 7.16 -
YUV 161.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 159 194 2 0.18 0 0.99 0.24 70.94 0.98 0.38
Hex 9F C2 2 12 0 63 18 47 62 26
Octal 237 302 2 22 0 143 30 107 142 46
Binary 10011111 11000010 10 10010 0 1100011 11000 1000111 1100010 100110

Color Harmonies of #9FC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC202

Black with #9FC202

Text Example


Text Example

White with #9FC202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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