Html Css Color HEX #0DA447 Pigment Green

📋 copy color: '#0DA447'

red 13 ◦ green 164 ◦ blue 71

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

Shades of Pigment Green #0DA447

Tints of Pigment Green #0DA447

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.13%

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 5.24%
G = 66.13%
B = 28.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#0DA447 (or 0x0DA447) is known color: Pigment Green. HEX triplet: 0D, A4 and 47. RGB value is (13,164,71). Sum of RGB (Red+Green+Blue) = 13+164+71=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 164 (64.45% from 255 or 66.13% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA447 is #F25BB8. Grayscale: #6C6C6C. Windows color (decimal): -15883193 or 4695053. OLE color: 4695053.

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

Color convert

RGB 13 164 71 -
CMYK 0.92 0 0.57 0.36
HSL 143.05º 0.85% 0.35% -
HSV(B) 143.05º 0.92% 0.64% -
XYZ 14.58 27.09 10.42 -
YUV 108.25 106.97 60.06 -
System Red Green Blue C M Y K H S L
Decimal 13 164 71 0.92 0 0.57 0.36 143.05 0.85 0.35
Hex D A4 47 5C 0 39 24 8F 55 23
Octal 15 244 107 134 0 71 44 217 125 43
Binary 1101 10100100 1000111 1011100 0 111001 100100 10001111 1010101 100011

Color Harmonies of #0DA447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA447

Black with #0DA447

Text Example


Text Example

White with #0DA447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,164,71); }

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

background-color css

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

 a { background-color: rgb(13,164,71); }

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

border-color css

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

 span { border-color: rgb(13,164,71); }

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