Html Css Color HEX #0DA247 Pigment Green

📋 copy color: '#0DA247'

red 13 ◦ green 162 ◦ blue 71

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

Shades of Pigment Green #0DA247

Tints of Pigment Green #0DA247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 65.85%

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

R = 5.28%
G = 65.85%
B = 28.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#0DA247 (or 0x0DA247) is known color: Pigment Green. HEX triplet: 0D, A2 and 47. RGB value is (13,162,71). Sum of RGB (Red+Green+Blue) = 13+162+71=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA247 is #F25DB8. Grayscale: #6B6B6B. Windows color (decimal): -15883705 or 4694541. OLE color: 4694541.

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

Color convert

RGB 13 162 71 -
CMYK 0.92 0 0.56 0.36
HSL 143.36º 0.85% 0.34% -
HSV(B) 143.36º 0.92% 0.64% -
XYZ 14.22 26.38 10.3 -
YUV 107.08 107.64 60.9 -
System Red Green Blue C M Y K H S L
Decimal 13 162 71 0.92 0 0.56 0.36 143.36 0.85 0.34
Hex D A2 47 5C 0 38 24 8F 55 22
Octal 15 242 107 134 0 70 44 217 125 42
Binary 1101 10100010 1000111 1011100 0 111000 100100 10001111 1010101 100010

Color Harmonies of #0DA247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA247

Black with #0DA247

Text Example


Text Example

White with #0DA247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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