Html Css Color HEX #0DB45B Pigment Green

📋 copy color: '#0DB45B'

red 13 ◦ green 180 ◦ blue 91

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

Shades of Pigment Green #0DB45B

Tints of Pigment Green #0DB45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 4.58%
G = 63.38%
B = 32.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#0DB45B (or 0x0DB45B) is known color: Pigment Green. HEX triplet: 0D, B4 and 5B. RGB value is (13,180,91). Sum of RGB (Red+Green+Blue) = 13+180+91=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 180 (70.70% from 255 or 63.38% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB45B is #F24BA4. Grayscale: #787878. Windows color (decimal): -15879077 or 6009869. OLE color: 6009869.

HSL color Cylindrical-coordinate representation of color #0DB45B: hue angle of 148.02º 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 #0DB45B is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 180 91 -
CMYK 0.93 0 0.49 0.29
HSL 148.02º 0.87% 0.38% -
HSV(B) 148.02º 0.93% 0.71% -
XYZ 18.38 33.48 15.39 -
YUV 119.92 111.67 51.74 -
System Red Green Blue C M Y K H S L
Decimal 13 180 91 0.93 0 0.49 0.29 148.02 0.87 0.38
Hex D B4 5B 5D 0 31 1D 94 57 26
Octal 15 264 133 135 0 61 35 224 127 46
Binary 1101 10110100 1011011 1011101 0 110001 11101 10010100 1010111 100110

Color Harmonies of #0DB45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB45B

Black with #0DB45B

Text Example


Text Example

White with #0DB45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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