Html Css Color HEX #0DA848 Pigment Green

📋 copy color: '#0DA848'

red 13 ◦ green 168 ◦ blue 72

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

Shades of Pigment Green #0DA848

Tints of Pigment Green #0DA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 66.4%

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 5.14%
G = 66.4%
B = 28.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#0DA848 (or 0x0DA848) is known color: Pigment Green. HEX triplet: 0D, A8 and 48. RGB value is (13,168,72). Sum of RGB (Red+Green+Blue) = 13+168+72=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 168 (66.02% from 255 or 66.40% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA848 is #F257B7. Grayscale: #6E6E6E. Windows color (decimal): -15882168 or 4761613. OLE color: 4761613.

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

Color convert

RGB 13 168 72 -
CMYK 0.92 0 0.57 0.34
HSL 142.84º 0.86% 0.35% -
HSV(B) 142.84º 0.92% 0.66% -
XYZ 15.34 28.56 10.83 -
YUV 110.71 106.15 58.31 -
System Red Green Blue C M Y K H S L
Decimal 13 168 72 0.92 0 0.57 0.34 142.84 0.86 0.35
Hex D A8 48 5C 0 39 22 8F 56 23
Octal 15 250 110 134 0 71 42 217 126 43
Binary 1101 10101000 1001000 1011100 0 111001 100010 10001111 1010110 100011

Color Harmonies of #0DA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA848

Black with #0DA848

Text Example


Text Example

White with #0DA848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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