Html Css Color HEX #06AC2C Dark Pastel Green

📋 copy color: '#06AC2C'

red 6 ◦ green 172 ◦ blue 44

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

Shades of Dark Pastel Green #06AC2C

Tints of Dark Pastel Green #06AC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 77.48%

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 2.7%
G = 77.48%
B = 19.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#06AC2C (or 0x06AC2C) is known color: Dark Pastel Green. HEX triplet: 06, AC and 2C. RGB value is (6,172,44). Sum of RGB (Red+Green+Blue) = 6+172+44=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 172 (67.58% from 255 or 77.48% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AC2C is #F953D3. Grayscale: #6C6C6C. Windows color (decimal): -16339924 or 2927622. OLE color: 2927622.

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

Color convert

RGB 6 172 44 -
CMYK 0.97 0 0.74 0.33
HSL 133.73º 0.93% 0.35% -
HSV(B) 133.73º 0.97% 0.67% -
XYZ 15.28 29.73 7.32 -
YUV 107.77 92 55.41 -
System Red Green Blue C M Y K H S L
Decimal 6 172 44 0.97 0 0.74 0.33 133.73 0.93 0.35
Hex 6 AC 2C 61 0 4A 21 86 5D 23
Octal 6 254 54 141 0 112 41 206 135 43
Binary 110 10101100 101100 1100001 0 1001010 100001 10000110 1011101 100011

Color Harmonies of #06AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AC2C

Black with #06AC2C

Text Example


Text Example

White with #06AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,172,44); }

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

background-color css

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

 a { background-color: rgb(6,172,44); }

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

border-color css

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

 span { border-color: rgb(6,172,44); }

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