Html Css Color HEX #06DA2A Dark Pastel Green

📋 copy color: '#06DA2A'

red 6 ◦ green 218 ◦ blue 42

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

Shades of Dark Pastel Green #06DA2A

Tints of Dark Pastel Green #06DA2A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 81.95%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 2.26%
G = 81.95%
B = 15.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#06DA2A (or 0x06DA2A) is known color: Dark Pastel Green. HEX triplet: 06, DA and 2A. RGB value is (6,218,42). Sum of RGB (Red+Green+Blue) = 6+218+42=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 218 (85.55% from 255 or 81.95% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 218 - color contains mainly: green. Hex color #06DA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DA2A is #F925D5. Grayscale: #878787. Windows color (decimal): -16328150 or 2808326. OLE color: 2808326.

HSL color Cylindrical-coordinate representation of color #06DA2A: hue angle of 130.19º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DA2A is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 218 42 -
CMYK 0.97 0 0.81 0.15
HSL 130.19º 0.95% 0.44% -
HSV(B) 130.19º 0.97% 0.85% -
XYZ 25.56 50.35 10.56 -
YUV 134.55 75.76 36.31 -
System Red Green Blue C M Y K H S L
Decimal 6 218 42 0.97 0 0.81 0.15 130.19 0.95 0.44
Hex 6 DA 2A 61 0 51 F 82 5F 2C
Octal 6 332 52 141 0 121 17 202 137 54
Binary 110 11011010 101010 1100001 0 1010001 1111 10000010 1011111 101100

Color Harmonies of #06DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DA2A

Black with #06DA2A

Text Example


Text Example

White with #06DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,218,42); }

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

background-color css

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

 a { background-color: rgb(6,218,42); }

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

border-color css

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

 span { border-color: rgb(6,218,42); }

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