Html Css Color HEX #0DB25D Pigment Green

📋 copy color: '#0DB25D'

red 13 ◦ green 178 ◦ blue 93

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

Shades of Pigment Green #0DB25D

Tints of Pigment Green #0DB25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 62.68%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 4.58%
G = 62.68%
B = 32.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#0DB25D (or 0x0DB25D) is known color: Pigment Green. HEX triplet: 0D, B2 and 5D. RGB value is (13,178,93). Sum of RGB (Red+Green+Blue) = 13+178+93=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB25D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB25D is #F24DA2. Grayscale: #777777. Windows color (decimal): -15879587 or 6140429. OLE color: 6140429.

HSL color Cylindrical-coordinate representation of color #0DB25D: hue angle of 149.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB25D is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 178 93 -
CMYK 0.93 0 0.48 0.30
HSL 149.09º 0.86% 0.37% -
HSV(B) 149.09º 0.93% 0.7% -
XYZ 18.06 32.72 15.72 -
YUV 118.98 113.34 52.41 -
System Red Green Blue C M Y K H S L
Decimal 13 178 93 0.93 0 0.48 0.30 149.09 0.86 0.37
Hex D B2 5D 5D 0 30 1E 95 56 25
Octal 15 262 135 135 0 60 36 225 126 45
Binary 1101 10110010 1011101 1011101 0 110000 11110 10010101 1010110 100101

Color Harmonies of #0DB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB25D

Black with #0DB25D

Text Example


Text Example

White with #0DB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,178,93); }

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

background-color css

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

 a { background-color: rgb(13,178,93); }

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

border-color css

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

 span { border-color: rgb(13,178,93); }

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