Html Css Color HEX #05AA3C Dark Pastel Green

📋 copy color: '#05AA3C'

red 5 ◦ green 170 ◦ blue 60

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

Shades of Dark Pastel Green #05AA3C

Tints of Dark Pastel Green #05AA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 72.34%

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

R = 2.13%
G = 72.34%
B = 25.53%

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

#05AA3C (or 0x05AA3C) is known color: Dark Pastel Green. HEX triplet: 05, AA and 3C. RGB value is (5,170,60). Sum of RGB (Red+Green+Blue) = 5+170+60=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AA3C is #FA55C3. Grayscale: #6C6C6C. Windows color (decimal): -16405956 or 3975685. OLE color: 3975685.

HSL color Cylindrical-coordinate representation of color #05AA3C: hue angle of 140º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA3C is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 170 60 -
CMYK 0.97 0 0.65 0.33
HSL 140º 0.94% 0.34% -
HSV(B) 140º 0.97% 0.67% -
XYZ 15.25 29.11 9.09 -
YUV 108.13 100.84 54.44 -
System Red Green Blue C M Y K H S L
Decimal 5 170 60 0.97 0 0.65 0.33 140 0.94 0.34
Hex 5 AA 3C 61 0 41 21 8C 5E 22
Octal 5 252 74 141 0 101 41 214 136 42
Binary 101 10101010 111100 1100001 0 1000001 100001 10001100 1011110 100010

Color Harmonies of #05AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA3C

Black with #05AA3C

Text Example


Text Example

White with #05AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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