#0DA54C

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

Shades of Pigment Green #0DA54C

Tints of Pigment Green #0DA54C

Color information

#0DA54C (or 0x0DA54C) is unknown color: approx Pigment Green. HEX triplet: 0D, A5 and 4C. RGB value is (13,165,76). Sum of RGB (Red+Green+Blue) = 13+165+76=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 165 (64.84% from 255 or 64.96% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA54C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA54C is #F25AB3. Grayscale: #6D6D6D. Windows color (decimal): -15882932 or 5022989. OLE color: 5022989.

HSL color Cylindrical-coordinate representation of color #0DA54C: hue angle of 144.87º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA54C is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1316576-
CMYK0.9200.540.35
HSL144.87º85.39%34.9%-
HSV(B)144.87º92.12%64.71%-
XYZ14.9327.5211.36-
YUV109.41109.1459.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.12%
GREEN value IS 165 (64.84% from 255) = 64.96%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=5.12%
G=64.96%
B=29.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13165760.9200.540.35144.8785.3934.9
HexDA54C5C03623915523
Octal152451141340664322112543
Binary110110100101100110010111000110110100011100100011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,165,76); }

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

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

 a { background-color: rgb(13,165,76); }

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

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

 span { border-color: rgb(13,165,76); }

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