Html Css Color HEX #0DB54F Pigment Green

📋 copy color: '#0DB54F'

red 13 ◦ green 181 ◦ blue 79

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

Shades of Pigment Green #0DB54F

Tints of Pigment Green #0DB54F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 66.3%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 4.76%
G = 66.3%
B = 28.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#0DB54F (or 0x0DB54F) is known color: Pigment Green. HEX triplet: 0D, B5 and 4F. RGB value is (13,181,79). Sum of RGB (Red+Green+Blue) = 13+181+79=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB54F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB54F is #F24AB0. Grayscale: #777777. Windows color (decimal): -15878833 or 5223693. OLE color: 5223693.

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

Color convert

RGB 13 181 79 -
CMYK 0.93 0 0.56 0.29
HSL 143.57º 0.87% 0.38% -
HSV(B) 143.57º 0.93% 0.71% -
XYZ 18.1 33.7 12.95 -
YUV 119.14 105.34 52.29 -
System Red Green Blue C M Y K H S L
Decimal 13 181 79 0.93 0 0.56 0.29 143.57 0.87 0.38
Hex D B5 4F 5D 0 38 1D 90 57 26
Octal 15 265 117 135 0 70 35 220 127 46
Binary 1101 10110101 1001111 1011101 0 111000 11101 10010000 1010111 100110

Color Harmonies of #0DB54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB54F

Black with #0DB54F

Text Example


Text Example

White with #0DB54F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,181,79); }

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

background-color css

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

 a { background-color: rgb(13,181,79); }

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

border-color css

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

 span { border-color: rgb(13,181,79); }

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