Html Css Color HEX #0DAE43 Dark Pastel Green

📋 copy color: '#0DAE43'

red 13 ◦ green 174 ◦ blue 67

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

Shades of Dark Pastel Green #0DAE43

Tints of Dark Pastel Green #0DAE43

RGB

 RED value IS 13 (5.47% from 255) = 5.12%

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

 BLUE value IS 67 (26.56% from 255) = 26.38%

R = 5.12%
G = 68.5%
B = 26.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#0DAE43 (or 0x0DAE43) is known color: Dark Pastel Green. HEX triplet: 0D, AE and 43. RGB value is (13,174,67). Sum of RGB (Red+Green+Blue) = 13+174+67=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE43 is #F251BC. Grayscale: #717171. Windows color (decimal): -15880637 or 4435469. OLE color: 4435469.

HSL color Cylindrical-coordinate representation of color #0DAE43: hue angle of 140.12º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE43 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 67 -
CMYK 0.93 0 0.61 0.32
HSL 140.12º 0.86% 0.37% -
HSV(B) 140.12º 0.93% 0.68% -
XYZ 16.32 30.76 10.39 -
YUV 113.66 101.66 56.2 -
System Red Green Blue C M Y K H S L
Decimal 13 174 67 0.93 0 0.61 0.32 140.12 0.86 0.37
Hex D AE 43 5D 0 3D 20 8C 56 25
Octal 15 256 103 135 0 75 40 214 126 45
Binary 1101 10101110 1000011 1011101 0 111101 100000 10001100 1010110 100101

Color Harmonies of #0DAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE43

Black with #0DAE43

Text Example


Text Example

White with #0DAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DAE43; }

 p { color: rgb(13,174,67); }

 H1.HeaderClassName
 {
   color: #0DAE43;
 }
 .AnyTagClassName
 {
   color: #0DAE43;
 }
</style>

background-color css

<style>
 a { background-color: #0DAE43; }

 a { background-color: rgb(13,174,67); }

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

border-color css

<style>
 span { border-color: #0DAE43; }

 span { border-color: rgb(13,174,67); }

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