Html Css Color HEX #05AE3E Dark Pastel Green

📋 copy color: '#05AE3E'

red 5 ◦ green 174 ◦ blue 62

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

Shades of Dark Pastel Green #05AE3E

Tints of Dark Pastel Green #05AE3E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 72.2%

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

R = 2.07%
G = 72.2%
B = 25.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#05AE3E (or 0x05AE3E) is known color: Dark Pastel Green. HEX triplet: 05, AE and 3E. RGB value is (5,174,62). Sum of RGB (Red+Green+Blue) = 5+174+62=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 174 (68.36% from 255 or 72.20% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AE3E is #FA51C1. Grayscale: #6E6E6E. Windows color (decimal): -16404930 or 4107781. OLE color: 4107781.

HSL color Cylindrical-coordinate representation of color #05AE3E: hue angle of 140.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AE3E is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 174 62 -
CMYK 0.97 0 0.64 0.32
HSL 140.24º 0.94% 0.35% -
HSV(B) 140.24º 0.97% 0.68% -
XYZ 16.07 30.65 9.63 -
YUV 110.7 100.51 52.61 -
System Red Green Blue C M Y K H S L
Decimal 5 174 62 0.97 0 0.64 0.32 140.24 0.94 0.35
Hex 5 AE 3E 61 0 40 20 8C 5E 23
Octal 5 256 76 141 0 100 40 214 136 43
Binary 101 10101110 111110 1100001 0 1000000 100000 10001100 1011110 100011

Color Harmonies of #05AE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AE3E

Black with #05AE3E

Text Example


Text Example

White with #05AE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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