Html Css Color HEX #9DC310 Citrus

📋 copy color: '#9DC310'

red 157 ◦ green 195 ◦ blue 16

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

Shades of Citrus #9DC310

Tints of Citrus #9DC310

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

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

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

R = 42.66%
G = 52.99%
B = 4.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#9DC310 (or 0x9DC310) is known color: Citrus. HEX triplet: 9D, C3 and 10. RGB value is (157,195,16). Sum of RGB (Red+Green+Blue) = 157+195+16=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC310 is #623CEF. Grayscale: #A3A3A3. Windows color (decimal): -6438128 or 1098653. OLE color: 1098653.

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

Color convert

RGB 157 195 16 -
CMYK 0.19 0 0.92 0.24
HSL 72.74º 0.85% 0.41% -
HSV(B) 72.74º 0.92% 0.76% -
XYZ 33.51 46.24 7.65 -
YUV 163.23 44.91 123.55 -
System Red Green Blue C M Y K H S L
Decimal 157 195 16 0.19 0 0.92 0.24 72.74 0.85 0.41
Hex 9D C3 10 13 0 5C 18 49 55 29
Octal 235 303 20 23 0 134 30 111 125 51
Binary 10011101 11000011 10000 10011 0 1011100 11000 1001001 1010101 101001

Color Harmonies of #9DC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC310

Black with #9DC310

Text Example


Text Example

White with #9DC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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