Html Css Color HEX #9FC310 Citrus

📋 copy color: '#9FC310'

red 159 ◦ green 195 ◦ blue 16

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

Shades of Citrus #9FC310

Tints of Citrus #9FC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.7%

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 42.97%
G = 52.7%
B = 4.32%

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

#9FC310 (or 0x9FC310) is known color: Citrus. HEX triplet: 9F, C3 and 10. RGB value is (159,195,16). Sum of RGB (Red+Green+Blue) = 159+195+16=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC310 is #603CEF. Grayscale: #A4A4A4. Windows color (decimal): -6307056 or 1098655. OLE color: 1098655.

HSL color Cylindrical-coordinate representation of color #9FC310: hue angle of 72.07º degrees, saturation: 0.85, 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 #9FC310 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 16 -
CMYK 0.18 0 0.92 0.24
HSL 72.07º 0.85% 0.41% -
HSV(B) 72.07º 0.92% 0.76% -
XYZ 33.91 46.44 7.67 -
YUV 163.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 159 195 16 0.18 0 0.92 0.24 72.07 0.85 0.41
Hex 9F C3 10 12 0 5C 18 48 55 29
Octal 237 303 20 22 0 134 30 110 125 51
Binary 10011111 11000011 10000 10010 0 1011100 11000 1001000 1010101 101001

Color Harmonies of #9FC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC310

Black with #9FC310

Text Example


Text Example

White with #9FC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,195,16); }

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

background-color css

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

 a { background-color: rgb(159,195,16); }

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

border-color css

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

 span { border-color: rgb(159,195,16); }

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