#95CC18

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

Shades of Yellow Green #95CC18

Tints of Yellow Green #95CC18

Color information

#95CC18 (or 0x95CC18) is unknown color: approx Yellow Green. HEX triplet: 95, CC and 18. RGB value is (149,204,24). Sum of RGB (Red+Green+Blue) = 149+204+24=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CC18 is #6A33E7. Grayscale: #A7A7A7. Windows color (decimal): -6960104 or 1625237. OLE color: 1625237.

HSL color Cylindrical-coordinate representation of color #95CC18: hue angle of 78.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95CC18 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB14920424-
CMYK0.2700.880.2
HSL78.33º78.95%44.71%-
HSV(B)78.33º88.24%80%-
XYZ34.1549.648.65-
YUV167.0347.28115.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 204 (80.08% from 255) = 54.11%
BLUE value IS 24 (9.77% from 255) = 6.37%
R=39.52%
G=54.11%
B=6.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149204240.2700.880.278.3378.9544.71
Hex95CC181B058144e4f2d
Octal225314303301302411611755
Binary10010101110011001100011011010110001010010011101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CC18; }

 p { color: rgb(149,204,24); }

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

<style>
 a { background-color: #95CC18; }

 a { background-color: rgb(149,204,24); }

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

<style>
 span { border-color: #95CC18; }

 span { border-color: rgb(149,204,24); }

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