#0da85c

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

Shades of Pigment Green #0DA85C

Tints of Pigment Green #0DA85C

Color information

#0DA85C (or 0x0DA85C) is unknown color: approx Pigment Green. HEX triplet: 0D, A8 and 5C. RGB value is (13,168,92). Sum of RGB (Red+Green+Blue) = 13+168+92=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA85C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA85C is #F257A3. Grayscale: #717171. Windows color (decimal): -15882148 or 6072333. OLE color: 6072333.

HSL color Cylindrical-coordinate representation of color #0DA85C: hue angle of 150.58º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA85C is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1316892-
CMYK0.9200.450.34
HSL150.58º85.64%35.49%-
HSV(B)150.58º92.26%65.88%-
XYZ16.128.8614.85-
YUV112.99116.1556.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.76%
GREEN value IS 168 (66.02% from 255) = 61.54%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=4.76%
G=61.54%
B=33.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13168920.9200.450.34150.5885.6435.49
HexDA85C5C02D22975623
Octal152501341340554222712643
Binary110110101000101110010111000101101100010100101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0da85c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,168,92); }

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

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

 a { background-color: rgb(13,168,92); }

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

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

 span { border-color: rgb(13,168,92); }

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