Html Css Color HEX #0DA546 Pigment Green

📋 copy color: '#0DA546'

red 13 ◦ green 165 ◦ blue 70

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

Shades of Pigment Green #0DA546

Tints of Pigment Green #0DA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 66.53%

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

R = 5.24%
G = 66.53%
B = 28.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#0DA546 (or 0x0DA546) is known color: Pigment Green. HEX triplet: 0D, A5 and 46. RGB value is (13,165,70). Sum of RGB (Red+Green+Blue) = 13+165+70=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA546 is #F25AB9. Grayscale: #6C6C6C. Windows color (decimal): -15882938 or 4629773. OLE color: 4629773.

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

Color convert

RGB 13 165 70 -
CMYK 0.92 0 0.58 0.35
HSL 142.5º 0.85% 0.35% -
HSV(B) 142.5º 0.92% 0.65% -
XYZ 14.73 27.44 10.31 -
YUV 108.72 106.14 59.72 -
System Red Green Blue C M Y K H S L
Decimal 13 165 70 0.92 0 0.58 0.35 142.5 0.85 0.35
Hex D A5 46 5C 0 3A 23 8E 55 23
Octal 15 245 106 134 0 72 43 216 125 43
Binary 1101 10100101 1000110 1011100 0 111010 100011 10001110 1010101 100011

Color Harmonies of #0DA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA546

Black with #0DA546

Text Example


Text Example

White with #0DA546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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