#06CB22

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

Shades of Dark Pastel Green #06CB22

Tints of Dark Pastel Green #06CB22

Color information

#06CB22 (or 0x06CB22) is unknown color: approx Dark Pastel Green. HEX triplet: 06, CB and 22. RGB value is (6,203,34). Sum of RGB (Red+Green+Blue) = 6+203+34=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 203 (79.69% from 255 or 83.54% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CB22 is #F934DD. Grayscale: #7D7D7D. Windows color (decimal): -16331998 or 2280198. OLE color: 2280198.

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

Color convert

RGB620334-
CMYK0.9700.830.20
HSL128.53º94.26%40.98%-
HSV(B)128.53º97.04%79.61%-
XYZ21.7242.878.64-
YUV124.8376.7343.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 203 (79.69% from 255) = 83.54%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=2.47%
G=83.54%
B=13.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6203340.9700.830.20128.5394.2640.98
Hex6CB226105314815e29
Octal63134214101232420113651
Binary1101100101110001011000010101001110100100000011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,203,34); }

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

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

 a { background-color: rgb(6,203,34); }

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

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

 span { border-color: rgb(6,203,34); }

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