Html Css Color HEX #0DAF54 Pigment Green

📋 copy color: '#0DAF54'

red 13 ◦ green 175 ◦ blue 84

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

Shades of Pigment Green #0DAF54

Tints of Pigment Green #0DAF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.88%

R = 4.78%
G = 64.34%
B = 30.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#0DAF54 (or 0x0DAF54) is known color: Pigment Green. HEX triplet: 0D, AF and 54. RGB value is (13,175,84). Sum of RGB (Red+Green+Blue) = 13+175+84=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAF54 is #F250AB. Grayscale: #747474. Windows color (decimal): -15880364 or 5549837. OLE color: 5549837.

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

Color convert

RGB 13 175 84 -
CMYK 0.93 0 0.52 0.31
HSL 146.3º 0.86% 0.37% -
HSV(B) 146.3º 0.93% 0.69% -
XYZ 17.1 31.39 13.54 -
YUV 116.19 109.83 54.4 -
System Red Green Blue C M Y K H S L
Decimal 13 175 84 0.93 0 0.52 0.31 146.3 0.86 0.37
Hex D AF 54 5D 0 34 1F 92 56 25
Octal 15 257 124 135 0 64 37 222 126 45
Binary 1101 10101111 1010100 1011101 0 110100 11111 10010010 1010110 100101

Color Harmonies of #0DAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF54

Black with #0DAF54

Text Example


Text Example

White with #0DAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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