Html Css Color HEX #06E12D Dark Pastel Green

📋 copy color: '#06E12D'

red 6 ◦ green 225 ◦ blue 45

#06E12D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #06E12D

Tints of Dark Pastel Green #06E12D

RGB

 RED value IS 6 (2.73% from 255) = 2.17%

 GREEN value IS 225 (88.28% from 255) = 81.52%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 2.17%
G = 81.52%
B = 16.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#06E12D (or 0x06E12D) is known color: Dark Pastel Green. HEX triplet: 06, E1 and 2D. RGB value is (6,225,45). Sum of RGB (Red+Green+Blue) = 6+225+45=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 225 (88.28% from 255 or 81.52% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 225 - color contains mainly: green. Hex color #06E12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E12D is #F91ED2. Grayscale: #8B8B8B. Windows color (decimal): -16326355 or 3006726. OLE color: 3006726.

HSL color Cylindrical-coordinate representation of color #06E12D: hue angle of 130.68º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E12D is Cyan = 0.97, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 225 45 -
CMYK 0.97 0 0.8 0.12
HSL 130.68º 0.95% 0.45% -
HSV(B) 130.68º 0.97% 0.88% -
XYZ 27.47 54.08 11.47 -
YUV 139 74.95 33.14 -
System Red Green Blue C M Y K H S L
Decimal 6 225 45 0.97 0 0.8 0.12 130.68 0.95 0.45
Hex 6 E1 2D 61 0 50 C 83 5F 2D
Octal 6 341 55 141 0 120 14 203 137 55
Binary 110 11100001 101101 1100001 0 1010000 1100 10000011 1011111 101101

Color Harmonies of #06E12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E12D

Black with #06E12D

Text Example


Text Example

White with #06E12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,225,45); }

 H1.HeaderClassName
 {
   color: #06E12D;
 }
 .AnyTagClassName
 {
   color: #06E12D;
 }
</style>

background-color css

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

 a { background-color: rgb(6,225,45); }

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

border-color css

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

 span { border-color: rgb(6,225,45); }

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