#05C018

Color #05C018 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #05C018

Tints of Dark Pastel Green #05C018

Color information

#05C018 (or 0x05C018) is unknown color: approx Dark Pastel Green. HEX triplet: 05, C0 and 18. RGB value is (5,192,24). Sum of RGB (Red+Green+Blue) = 5+192+24=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 192 (75.39% from 255 or 86.88% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 192 - color contains mainly: green. Hex color #05C018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C018 is #FA3FE7. Grayscale: #757575. Windows color (decimal): -16400360 or 1622021. OLE color: 1622021.

HSL color Cylindrical-coordinate representation of color #05C018: hue angle of 126.1º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C018 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB519224-
CMYK0.9700.880.25
HSL126.1º94.92%38.63%-
HSV(B)126.1º97.4%75.29%-
XYZ19.0837.87.15-
YUV116.9475.5548.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 192 (75.39% from 255) = 86.88%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=2.26%
G=86.88%
B=10.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5192240.9700.880.25126.194.9238.63
Hex5C01861058197e5f27
Octal53003014101303117613747
Binary10111000000110001100001010110001100111111101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05C018; }

 p { color: rgb(5,192,24); }

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

<style>
 a { background-color: #05C018; }

 a { background-color: rgb(5,192,24); }

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

<style>
 span { border-color: #05C018; }

 span { border-color: rgb(5,192,24); }

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