Html Css Color HEX #0DB45A Pigment Green

📋 copy color: '#0DB45A'

red 13 ◦ green 180 ◦ blue 90

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

Shades of Pigment Green #0DB45A

Tints of Pigment Green #0DB45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 63.6%

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 4.59%
G = 63.6%
B = 31.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#0DB45A (or 0x0DB45A) is known color: Pigment Green. HEX triplet: 0D, B4 and 5A. RGB value is (13,180,90). Sum of RGB (Red+Green+Blue) = 13+180+90=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 180 (70.70% from 255 or 63.60% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB45A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB45A is #F24BA5. Grayscale: #787878. Windows color (decimal): -15879078 or 5944333. OLE color: 5944333.

HSL color Cylindrical-coordinate representation of color #0DB45A: hue angle of 147.66º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB45A is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 180 90 -
CMYK 0.93 0 0.50 0.29
HSL 147.66º 0.87% 0.38% -
HSV(B) 147.66º 0.93% 0.71% -
XYZ 18.33 33.47 15.17 -
YUV 119.81 111.17 51.82 -
System Red Green Blue C M Y K H S L
Decimal 13 180 90 0.93 0 0.50 0.29 147.66 0.87 0.38
Hex D B4 5A 5D 0 32 1D 94 57 26
Octal 15 264 132 135 0 62 35 224 127 46
Binary 1101 10110100 1011010 1011101 0 110010 11101 10010100 1010111 100110

Color Harmonies of #0DB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB45A

Black with #0DB45A

Text Example


Text Example

White with #0DB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,180,90); }

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

background-color css

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

 a { background-color: rgb(13,180,90); }

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

border-color css

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

 span { border-color: rgb(13,180,90); }

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