#99C130

Color #99C130 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #99C130

Tints of Yellow Green #99C130

Color information

#99C130 (or 0x99C130) is unknown color: approx Yellow Green. HEX triplet: 99, C1 and 30. RGB value is (153,193,48). Sum of RGB (Red+Green+Blue) = 153+193+48=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #99C130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C130 is #663ECF. Grayscale: #A5A5A5. Windows color (decimal): -6700752 or 3195289. OLE color: 3195289.

HSL color Cylindrical-coordinate representation of color #99C130: hue angle of 76.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99C130 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB15319348-
CMYK0.2100.750.24
HSL76.55º60.17%47.25%-
HSV(B)76.55º75.13%75.69%-
XYZ32.7445.139.78-
YUV164.5162.25119.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 48 (19.14% from 255) = 12.18%
R=38.83%
G=48.98%
B=12.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153193480.2100.750.2476.5560.1747.25
Hex99C1301504B184d3c2f
Octal23130160250113301157457
Binary10011001110000011100001010101001011110001001101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99C130;
 }
 .AnyTagClassName
 {
   color: #99C130;
 }
</style>
background-color css

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

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

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

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

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

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