Html Css Color HEX #06AB2A Dark Pastel Green

📋 copy color: '#06AB2A'

red 6 ◦ green 171 ◦ blue 42

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

Shades of Dark Pastel Green #06AB2A

Tints of Dark Pastel Green #06AB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 78.08%

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

R = 2.74%
G = 78.08%
B = 19.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#06AB2A (or 0x06AB2A) is known color: Dark Pastel Green. HEX triplet: 06, AB and 2A. RGB value is (6,171,42). Sum of RGB (Red+Green+Blue) = 6+171+42=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AB2A is #F954D5. Grayscale: #6B6B6B. Windows color (decimal): -16340182 or 2796294. OLE color: 2796294.

HSL color Cylindrical-coordinate representation of color #06AB2A: hue angle of 133.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB2A is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 171 42 -
CMYK 0.96 0 0.75 0.33
HSL 133.09º 0.93% 0.35% -
HSV(B) 133.09º 0.96% 0.67% -
XYZ 15.06 29.33 7.06 -
YUV 106.96 91.34 55.99 -
System Red Green Blue C M Y K H S L
Decimal 6 171 42 0.96 0 0.75 0.33 133.09 0.93 0.35
Hex 6 AB 2A 60 0 4B 21 85 5D 23
Octal 6 253 52 140 0 113 41 205 135 43
Binary 110 10101011 101010 1100000 0 1001011 100001 10000101 1011101 100011

Color Harmonies of #06AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AB2A

Black with #06AB2A

Text Example


Text Example

White with #06AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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