Html Css Color HEX #0DB45C Pigment Green

📋 copy color: '#0DB45C'

red 13 ◦ green 180 ◦ blue 92

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

Shades of Pigment Green #0DB45C

Tints of Pigment Green #0DB45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 4.56%
G = 63.16%
B = 32.28%

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

#0DB45C (or 0x0DB45C) is known color: Pigment Green. HEX triplet: 0D, B4 and 5C. RGB value is (13,180,92). Sum of RGB (Red+Green+Blue) = 13+180+92=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB45C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB45C is #F24BA3. Grayscale: #787878. Windows color (decimal): -15879076 or 6075405. OLE color: 6075405.

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

Color convert

RGB 13 180 92 -
CMYK 0.93 0 0.49 0.29
HSL 148.38º 0.87% 0.38% -
HSV(B) 148.38º 0.93% 0.71% -
XYZ 18.42 33.5 15.62 -
YUV 120.04 112.17 51.66 -
System Red Green Blue C M Y K H S L
Decimal 13 180 92 0.93 0 0.49 0.29 148.38 0.87 0.38
Hex D B4 5C 5D 0 31 1D 94 57 26
Octal 15 264 134 135 0 61 35 224 127 46
Binary 1101 10110100 1011100 1011101 0 110001 11101 10010100 1010111 100110

Color Harmonies of #0DB45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB45C

Black with #0DB45C

Text Example


Text Example

White with #0DB45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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