Html Css Color HEX #0DAE46 Pigment Green

📋 copy color: '#0DAE46'

red 13 ◦ green 174 ◦ blue 70

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

Shades of Pigment Green #0DAE46

Tints of Pigment Green #0DAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 5.06%
G = 67.7%
B = 27.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#0DAE46 (or 0x0DAE46) is known color: Pigment Green. HEX triplet: 0D, AE and 46. RGB value is (13,174,70). Sum of RGB (Red+Green+Blue) = 13+174+70=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 174 (68.36% from 255 or 67.70% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE46 is #F251B9. Grayscale: #727272. Windows color (decimal): -15880634 or 4632077. OLE color: 4632077.

HSL color Cylindrical-coordinate representation of color #0DAE46: hue angle of 141.24º 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 #0DAE46 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 70 -
CMYK 0.93 0 0.60 0.32
HSL 141.24º 0.86% 0.37% -
HSV(B) 141.24º 0.93% 0.68% -
XYZ 16.41 30.8 10.87 -
YUV 114.01 103.16 55.96 -
System Red Green Blue C M Y K H S L
Decimal 13 174 70 0.93 0 0.60 0.32 141.24 0.86 0.37
Hex D AE 46 5D 0 3C 20 8D 56 25
Octal 15 256 106 135 0 74 40 215 126 45
Binary 1101 10101110 1000110 1011101 0 111100 100000 10001101 1010110 100101

Color Harmonies of #0DAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE46

Black with #0DAE46

Text Example


Text Example

White with #0DAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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