Html Css Color HEX #05AA3E Dark Pastel Green

📋 copy color: '#05AA3E'

red 5 ◦ green 170 ◦ blue 62

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

Shades of Dark Pastel Green #05AA3E

Tints of Dark Pastel Green #05AA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 2.11%
G = 71.73%
B = 26.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#05AA3E (or 0x05AA3E) is known color: Dark Pastel Green. HEX triplet: 05, AA and 3E. RGB value is (5,170,62). Sum of RGB (Red+Green+Blue) = 5+170+62=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AA3E is #FA55C1. Grayscale: #6C6C6C. Windows color (decimal): -16405954 or 4106757. OLE color: 4106757.

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

Color convert

RGB 5 170 62 -
CMYK 0.97 0 0.64 0.33
HSL 140.73º 0.94% 0.34% -
HSV(B) 140.73º 0.97% 0.67% -
XYZ 15.31 29.13 9.37 -
YUV 108.35 101.84 54.28 -
System Red Green Blue C M Y K H S L
Decimal 5 170 62 0.97 0 0.64 0.33 140.73 0.94 0.34
Hex 5 AA 3E 61 0 40 21 8D 5E 22
Octal 5 252 76 141 0 100 41 215 136 42
Binary 101 10101010 111110 1100001 0 1000000 100001 10001101 1011110 100010

Color Harmonies of #05AA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA3E

Black with #05AA3E

Text Example


Text Example

White with #05AA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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