#0DAA4E

Color #0DAA4E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0DAA4E

Tints of Pigment Green #0DAA4E

Color information

#0DAA4E (or 0x0DAA4E) is unknown color: approx Pigment Green. HEX triplet: 0D, AA and 4E. RGB value is (13,170,78). Sum of RGB (Red+Green+Blue) = 13+170+78=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAA4E is #F255B1. Grayscale: #707070. Windows color (decimal): -15881650 or 5155341. OLE color: 5155341.

HSL color Cylindrical-coordinate representation of color #0DAA4E: hue angle of 144.84º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAA4E is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1317078-
CMYK0.9200.540.33
HSL144.84º85.79%35.88%-
HSV(B)144.84º92.35%66.67%-
XYZ15.9229.3912.04-
YUV112.57108.4956.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 170 (66.80% from 255) = 65.13%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=4.98%
G=65.13%
B=29.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13170780.9200.540.33144.8485.7935.88
HexDAA4E5C03621915624
Octal152521161340664122112644
Binary110110101010100111010111000110110100001100100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,170,78); }

 H1.HeaderClassName
 {
   color: #0DAA4E;
 }
 .AnyTagClassName
 {
   color: #0DAA4E;
 }
</style>
background-color css

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

 a { background-color: rgb(13,170,78); }

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

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

 span { border-color: rgb(13,170,78); }

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