Html Css Color HEX #9FC502 Citrus

📋 copy color: '#9FC502'

red 159 ◦ green 197 ◦ blue 2

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

Shades of Citrus #9FC502

Tints of Citrus #9FC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.03%

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

R = 44.41%
G = 55.03%
B = 0.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#9FC502 (or 0x9FC502) is known color: Citrus. HEX triplet: 9F, C5 and 02. RGB value is (159,197,2). Sum of RGB (Red+Green+Blue) = 159+197+2=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC502 is #603AFD. Grayscale: #A4A4A4. Windows color (decimal): -6306558 or 181663. OLE color: 181663.

HSL color Cylindrical-coordinate representation of color #9FC502: hue angle of 71.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FC502 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 197 2 -
CMYK 0.19 0 0.99 0.23
HSL 71.69º 0.98% 0.39% -
HSV(B) 71.69º 0.99% 0.77% -
XYZ 34.28 47.31 7.38 -
YUV 163.41 36.91 124.86 -
System Red Green Blue C M Y K H S L
Decimal 159 197 2 0.19 0 0.99 0.23 71.69 0.98 0.39
Hex 9F C5 2 13 0 63 17 48 62 27
Octal 237 305 2 23 0 143 27 110 142 47
Binary 10011111 11000101 10 10011 0 1100011 10111 1001000 1100010 100111

Color Harmonies of #9FC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC502

Black with #9FC502

Text Example


Text Example

White with #9FC502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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