Html Css Color HEX #99C112 Citrus

📋 copy color: '#99C112'

red 153 ◦ green 193 ◦ blue 18

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

Shades of Citrus #99C112

Tints of Citrus #99C112

RGB

 RED value IS 153 (60.16% from 255) = 42.03%

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

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

R = 42.03%
G = 53.02%
B = 4.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#99C112 (or 0x99C112) is known color: Citrus. HEX triplet: 99, C1 and 12. RGB value is (153,193,18). Sum of RGB (Red+Green+Blue) = 153+193+18=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #99C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C112 is #663EED. Grayscale: #A1A1A1. Windows color (decimal): -6700782 or 1229209. OLE color: 1229209.

HSL color Cylindrical-coordinate representation of color #99C112: hue angle of 73.71º 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 #99C112 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 193 18 -
CMYK 0.21 0 0.91 0.24
HSL 73.71º 0.83% 0.41% -
HSV(B) 73.71º 0.91% 0.76% -
XYZ 32.32 44.96 7.55 -
YUV 161.09 47.25 122.23 -
System Red Green Blue C M Y K H S L
Decimal 153 193 18 0.21 0 0.91 0.24 73.71 0.83 0.41
Hex 99 C1 12 15 0 5B 18 4A 53 29
Octal 231 301 22 25 0 133 30 112 123 51
Binary 10011001 11000001 10010 10101 0 1011011 11000 1001010 1010011 101001

Color Harmonies of #99C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C112

Black with #99C112

Text Example


Text Example

White with #99C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C112; }

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

 H1.HeaderClassName
 {
   color: #99C112;
 }
 .AnyTagClassName
 {
   color: #99C112;
 }
</style>

background-color css

<style>
 a { background-color: #99C112; }

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

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

border-color css

<style>
 span { border-color: #99C112; }

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

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