Html Css Color HEX #05A93D Dark Pastel Green

📋 copy color: '#05A93D'

red 5 ◦ green 169 ◦ blue 61

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

Shades of Dark Pastel Green #05A93D

Tints of Dark Pastel Green #05A93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 71.91%

 BLUE value IS 61 (24.22% from 255) = 25.96%

R = 2.13%
G = 71.91%
B = 25.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#05A93D (or 0x05A93D) is known color: Dark Pastel Green. HEX triplet: 05, A9 and 3D. RGB value is (5,169,61). Sum of RGB (Red+Green+Blue) = 5+169+61=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #05A93D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A93D is #FA56C2. Grayscale: #6B6B6B. Windows color (decimal): -16406211 or 4040965. OLE color: 4040965.

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

Color convert

RGB 5 169 61 -
CMYK 0.97 0 0.64 0.34
HSL 140.49º 0.94% 0.34% -
HSV(B) 140.49º 0.97% 0.66% -
XYZ 15.09 28.75 9.17 -
YUV 107.65 101.67 54.78 -
System Red Green Blue C M Y K H S L
Decimal 5 169 61 0.97 0 0.64 0.34 140.49 0.94 0.34
Hex 5 A9 3D 61 0 40 22 8C 5E 22
Octal 5 251 75 141 0 100 42 214 136 42
Binary 101 10101001 111101 1100001 0 1000000 100010 10001100 1011110 100010

Color Harmonies of #05A93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A93D

Black with #05A93D

Text Example


Text Example

White with #05A93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,169,61); }

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

background-color css

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

 a { background-color: rgb(5,169,61); }

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

border-color css

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

 span { border-color: rgb(5,169,61); }

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