Html Css Color HEX #0DB95D Pigment Green

📋 copy color: '#0DB95D'

red 13 ◦ green 185 ◦ blue 93

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

Shades of Pigment Green #0DB95D

Tints of Pigment Green #0DB95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.57%

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

R = 4.47%
G = 63.57%
B = 31.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#0DB95D (or 0x0DB95D) is known color: Pigment Green. HEX triplet: 0D, B9 and 5D. RGB value is (13,185,93). Sum of RGB (Red+Green+Blue) = 13+185+93=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB95D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB95D is #F246A2. Grayscale: #7B7B7B. Windows color (decimal): -15877795 or 6142221. OLE color: 6142221.

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

Color convert

RGB 13 185 93 -
CMYK 0.93 0 0.50 0.27
HSL 147.91º 0.87% 0.39% -
HSV(B) 147.91º 0.93% 0.73% -
XYZ 19.49 35.57 16.2 -
YUV 123.08 111.02 49.48 -
System Red Green Blue C M Y K H S L
Decimal 13 185 93 0.93 0 0.50 0.27 147.91 0.87 0.39
Hex D B9 5D 5D 0 32 1B 94 57 27
Octal 15 271 135 135 0 62 33 224 127 47
Binary 1101 10111001 1011101 1011101 0 110010 11011 10010100 1010111 100111

Color Harmonies of #0DB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB95D

Black with #0DB95D

Text Example


Text Example

White with #0DB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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