Html Css Color HEX #0DAF56 Pigment Green

📋 copy color: '#0DAF56'

red 13 ◦ green 175 ◦ blue 86

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

Shades of Pigment Green #0DAF56

Tints of Pigment Green #0DAF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 63.87%

 BLUE value IS 86 (33.98% from 255) = 31.39%

R = 4.74%
G = 63.87%
B = 31.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#0DAF56 (or 0x0DAF56) is known color: Pigment Green. HEX triplet: 0D, AF and 56. RGB value is (13,175,86). Sum of RGB (Red+Green+Blue) = 13+175+86=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAF56 is #F250A9. Grayscale: #747474. Windows color (decimal): -15880362 or 5680909. OLE color: 5680909.

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

Color convert

RGB 13 175 86 -
CMYK 0.93 0 0.51 0.31
HSL 147.04º 0.86% 0.37% -
HSV(B) 147.04º 0.93% 0.69% -
XYZ 17.18 31.42 13.96 -
YUV 116.42 110.83 54.24 -
System Red Green Blue C M Y K H S L
Decimal 13 175 86 0.93 0 0.51 0.31 147.04 0.86 0.37
Hex D AF 56 5D 0 33 1F 93 56 25
Octal 15 257 126 135 0 63 37 223 126 45
Binary 1101 10101111 1010110 1011101 0 110011 11111 10010011 1010110 100101

Color Harmonies of #0DAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF56

Black with #0DAF56

Text Example


Text Example

White with #0DAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,86); }

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

background-color css

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

 a { background-color: rgb(13,175,86); }

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

border-color css

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

 span { border-color: rgb(13,175,86); }

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