#06CA45

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

Shades of Dark Pastel Green #06CA45

Tints of Dark Pastel Green #06CA45

Color information

#06CA45 (or 0x06CA45) is unknown color: approx Dark Pastel Green. HEX triplet: 06, CA and 45. RGB value is (6,202,69). Sum of RGB (Red+Green+Blue) = 6+202+69=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CA45 is #F935BA. Grayscale: #808080. Windows color (decimal): -16332219 or 4573702. OLE color: 4573702.

HSL color Cylindrical-coordinate representation of color #06CA45: hue angle of 139.29º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA45 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB620269-
CMYK0.9700.660.21
HSL139.29º94.23%40.78%-
HSV(B)139.29º97.03%79.22%-
XYZ22.2742.7112.7-
YUV128.2394.5740.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 202 (79.30% from 255) = 72.92%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=2.17%
G=72.92%
B=24.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6202690.9700.660.21139.2994.2340.78
Hex6CA4561042158b5e29
Octal631210514101022521313651
Binary11011001010100010111000010100001010101100010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06CA45; }

 p { color: rgb(6,202,69); }

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

<style>
 a { background-color: #06CA45; }

 a { background-color: rgb(6,202,69); }

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

<style>
 span { border-color: #06CA45; }

 span { border-color: rgb(6,202,69); }

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