Html Css Color HEX #9FC013 Citrus

📋 copy color: '#9FC013'

red 159 ◦ green 192 ◦ blue 19

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

Shades of Citrus #9FC013

Tints of Citrus #9FC013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 42.97%
G = 51.89%
B = 5.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#9FC013 (or 0x9FC013) is known color: Citrus. HEX triplet: 9F, C0 and 13. RGB value is (159,192,19). Sum of RGB (Red+Green+Blue) = 159+192+19=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC013 is #603FEC. Grayscale: #A3A3A3. Windows color (decimal): -6307821 or 1294495. OLE color: 1294495.

HSL color Cylindrical-coordinate representation of color #9FC013: hue angle of 71.45º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FC013 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 19 -
CMYK 0.17 0 0.90 0.25
HSL 71.45º 0.82% 0.41% -
HSV(B) 71.45º 0.9% 0.75% -
XYZ 33.27 45.12 7.57 -
YUV 162.41 47.07 125.57 -
System Red Green Blue C M Y K H S L
Decimal 159 192 19 0.17 0 0.90 0.25 71.45 0.82 0.41
Hex 9F C0 13 11 0 5A 19 47 52 29
Octal 237 300 23 21 0 132 31 107 122 51
Binary 10011111 11000000 10011 10001 0 1011010 11001 1000111 1010010 101001

Color Harmonies of #9FC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC013

Black with #9FC013

Text Example


Text Example

White with #9FC013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,19); }

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

background-color css

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

 a { background-color: rgb(159,192,19); }

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

border-color css

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

 span { border-color: rgb(159,192,19); }

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