#06C253

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

Shades of Dark Pastel Green #06C253

Tints of Dark Pastel Green #06C253

Color information

#06C253 (or 0x06C253) is unknown color: approx Dark Pastel Green. HEX triplet: 06, C2 and 53. RGB value is (6,194,83). Sum of RGB (Red+Green+Blue) = 6+194+83=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #06C253 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C253 is #F93DAC. Grayscale: #7D7D7D. Windows color (decimal): -16334253 or 5489158. OLE color: 5489158.

HSL color Cylindrical-coordinate representation of color #06C253: hue angle of 144.57º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C253 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB619483-
CMYK0.9700.570.24
HSL144.57º94%39.22%-
HSV(B)144.57º96.91%76.08%-
XYZ20.9339.2514.66-
YUV125.13104.2243.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 194 (76.17% from 255) = 68.55%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=2.12%
G=68.55%
B=29.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6194830.9700.570.24144.579439.22
Hex6C2536103918915e27
Octal63021231410713022113647
Binary1101100001010100111100001011100111000100100011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,194,83); }

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

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

 a { background-color: rgb(6,194,83); }

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

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

 span { border-color: rgb(6,194,83); }

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