Html Css Color HEX #05AC3C Dark Pastel Green

📋 copy color: '#05AC3C'

red 5 ◦ green 172 ◦ blue 60

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

Shades of Dark Pastel Green #05AC3C

Tints of Dark Pastel Green #05AC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 2.11%
G = 72.57%
B = 25.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#05AC3C (or 0x05AC3C) is known color: Dark Pastel Green. HEX triplet: 05, AC and 3C. RGB value is (5,172,60). Sum of RGB (Red+Green+Blue) = 5+172+60=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AC3C is #FA53C3. Grayscale: #6D6D6D. Windows color (decimal): -16405444 or 3976197. OLE color: 3976197.

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

Color convert

RGB 5 172 60 -
CMYK 0.97 0 0.65 0.33
HSL 139.76º 0.94% 0.35% -
HSV(B) 139.76º 0.97% 0.67% -
XYZ 15.63 29.86 9.22 -
YUV 109.3 100.17 53.61 -
System Red Green Blue C M Y K H S L
Decimal 5 172 60 0.97 0 0.65 0.33 139.76 0.94 0.35
Hex 5 AC 3C 61 0 41 21 8C 5E 23
Octal 5 254 74 141 0 101 41 214 136 43
Binary 101 10101100 111100 1100001 0 1000001 100001 10001100 1011110 100011

Color Harmonies of #05AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AC3C

Black with #05AC3C

Text Example


Text Example

White with #05AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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