Html Css Color HEX #0DB75C Pigment Green

📋 copy color: '#0DB75C'

red 13 ◦ green 183 ◦ blue 92

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

Shades of Pigment Green #0DB75C

Tints of Pigment Green #0DB75C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 63.54%

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

R = 4.51%
G = 63.54%
B = 31.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#0DB75C (or 0x0DB75C) is known color: Pigment Green. HEX triplet: 0D, B7 and 5C. RGB value is (13,183,92). Sum of RGB (Red+Green+Blue) = 13+183+92=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 183 (71.88% from 255 or 63.54% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB75C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB75C is #F248A3. Grayscale: #797979. Windows color (decimal): -15878308 or 6076173. OLE color: 6076173.

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

Color convert

RGB 13 183 92 -
CMYK 0.93 0 0.50 0.28
HSL 147.88º 0.87% 0.38% -
HSV(B) 147.88º 0.93% 0.72% -
XYZ 19.03 34.73 15.82 -
YUV 121.8 111.18 50.4 -
System Red Green Blue C M Y K H S L
Decimal 13 183 92 0.93 0 0.50 0.28 147.88 0.87 0.38
Hex D B7 5C 5D 0 32 1C 94 57 26
Octal 15 267 134 135 0 62 34 224 127 46
Binary 1101 10110111 1011100 1011101 0 110010 11100 10010100 1010111 100110

Color Harmonies of #0DB75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB75C

Black with #0DB75C

Text Example


Text Example

White with #0DB75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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