#0DA548

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

Shades of Pigment Green #0DA548

Tints of Pigment Green #0DA548

Color information

#0DA548 (or 0x0DA548) is unknown color: approx Pigment Green. HEX triplet: 0D, A5 and 48. RGB value is (13,165,72). Sum of RGB (Red+Green+Blue) = 13+165+72=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA548 is #F25AB7. Grayscale: #6D6D6D. Windows color (decimal): -15882936 or 4760845. OLE color: 4760845.

HSL color Cylindrical-coordinate representation of color #0DA548: hue angle of 143.29º 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 #0DA548 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1316572-
CMYK0.9200.560.35
HSL143.29º85.39%34.9%-
HSV(B)143.29º92.12%64.71%-
XYZ14.7927.4610.65-
YUV108.95107.1459.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.2%
GREEN value IS 165 (64.84% from 255) = 66%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=5.2%
G=66%
B=28.8%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13165720.9200.560.35143.2985.3934.9
HexDA5485C038238f5523
Octal152451101340704321712543
Binary110110100101100100010111000111000100011100011111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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