Html Css Color HEX #9DC112 Citrus

📋 copy color: '#9DC112'

red 157 ◦ green 193 ◦ blue 18

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

Shades of Citrus #9DC112

Tints of Citrus #9DC112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.45%

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 42.66%
G = 52.45%
B = 4.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#9DC112 (or 0x9DC112) is known color: Citrus. HEX triplet: 9D, C1 and 12. RGB value is (157,193,18). Sum of RGB (Red+Green+Blue) = 157+193+18=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC112 is #623EED. Grayscale: #A2A2A2. Windows color (decimal): -6438638 or 1229213. OLE color: 1229213.

HSL color Cylindrical-coordinate representation of color #9DC112: hue angle of 72.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DC112 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 193 18 -
CMYK 0.19 0 0.91 0.24
HSL 72.34º 0.83% 0.41% -
HSV(B) 72.34º 0.91% 0.76% -
XYZ 33.08 45.35 7.58 -
YUV 162.29 46.57 124.23 -
System Red Green Blue C M Y K H S L
Decimal 157 193 18 0.19 0 0.91 0.24 72.34 0.83 0.41
Hex 9D C1 12 13 0 5B 18 48 53 29
Octal 235 301 22 23 0 133 30 110 123 51
Binary 10011101 11000001 10010 10011 0 1011011 11000 1001000 1010011 101001

Color Harmonies of #9DC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC112

Black with #9DC112

Text Example


Text Example

White with #9DC112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,193,18); }

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

background-color css

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

 a { background-color: rgb(157,193,18); }

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

border-color css

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

 span { border-color: rgb(157,193,18); }

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