Html Css Color HEX #05AC2C Dark Pastel Green

📋 copy color: '#05AC2C'

red 5 ◦ green 172 ◦ blue 44

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

Shades of Dark Pastel Green #05AC2C

Tints of Dark Pastel Green #05AC2C

RGB

 RED value IS 5 (2.34% from 255) = 2.26%

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

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

R = 2.26%
G = 77.83%
B = 19.91%

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

#05AC2C (or 0x05AC2C) is known color: Dark Pastel Green. HEX triplet: 05, AC and 2C. RGB value is (5,172,44). Sum of RGB (Red+Green+Blue) = 5+172+44=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 172 (67.58% from 255 or 77.83% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AC2C is #FA53D3. Grayscale: #6B6B6B. Windows color (decimal): -16405460 or 2927621. OLE color: 2927621.

HSL color Cylindrical-coordinate representation of color #05AC2C: hue angle of 134.01º degrees, saturation: 0.94, 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 #05AC2C is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 172 44 -
CMYK 0.97 0 0.74 0.33
HSL 134.01º 0.94% 0.35% -
HSV(B) 134.01º 0.97% 0.67% -
XYZ 15.27 29.72 7.31 -
YUV 107.48 92.17 54.91 -
System Red Green Blue C M Y K H S L
Decimal 5 172 44 0.97 0 0.74 0.33 134.01 0.94 0.35
Hex 5 AC 2C 61 0 4A 21 86 5E 23
Octal 5 254 54 141 0 112 41 206 136 43
Binary 101 10101100 101100 1100001 0 1001010 100001 10000110 1011110 100011

Color Harmonies of #05AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AC2C

Black with #05AC2C

Text Example


Text Example

White with #05AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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