Html Css Color HEX #05AD1E Dark Pastel Green

📋 copy color: '#05AD1E'

red 5 ◦ green 173 ◦ blue 30

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

Shades of Dark Pastel Green #05AD1E

Tints of Dark Pastel Green #05AD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 83.17%

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 2.4%
G = 83.17%
B = 14.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#05AD1E (or 0x05AD1E) is known color: Dark Pastel Green. HEX triplet: 05, AD and 1E. RGB value is (5,173,30). Sum of RGB (Red+Green+Blue) = 5+173+30=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 173 (67.97% from 255 or 83.17% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AD1E is #FA52E1. Grayscale: #6A6A6A. Windows color (decimal): -16405218 or 2010373. OLE color: 2010373.

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

Color convert

RGB 5 173 30 -
CMYK 0.97 0 0.83 0.32
HSL 128.93º 0.94% 0.35% -
HSV(B) 128.93º 0.97% 0.68% -
XYZ 15.24 30.01 6.22 -
YUV 106.47 84.84 55.63 -
System Red Green Blue C M Y K H S L
Decimal 5 173 30 0.97 0 0.83 0.32 128.93 0.94 0.35
Hex 5 AD 1E 61 0 53 20 81 5E 23
Octal 5 255 36 141 0 123 40 201 136 43
Binary 101 10101101 11110 1100001 0 1010011 100000 10000001 1011110 100011

Color Harmonies of #05AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AD1E

Black with #05AD1E

Text Example


Text Example

White with #05AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,173,30); }

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

background-color css

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

 a { background-color: rgb(5,173,30); }

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

border-color css

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

 span { border-color: rgb(5,173,30); }

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