Html Css Color HEX #0DAE52 Pigment Green

📋 copy color: '#0DAE52'

red 13 ◦ green 174 ◦ blue 82

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

Shades of Pigment Green #0DAE52

Tints of Pigment Green #0DAE52

RGB

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

 GREEN value IS 174 (68.36% from 255) = 64.68%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 4.83%
G = 64.68%
B = 30.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#0DAE52 (or 0x0DAE52) is known color: Pigment Green. HEX triplet: 0D, AE and 52. RGB value is (13,174,82). Sum of RGB (Red+Green+Blue) = 13+174+82=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAE52 is #F251AD. Grayscale: #737373. Windows color (decimal): -15880622 or 5418509. OLE color: 5418509.

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

Color convert

RGB 13 174 82 -
CMYK 0.93 0 0.53 0.32
HSL 145.71º 0.86% 0.37% -
HSV(B) 145.71º 0.93% 0.68% -
XYZ 16.83 30.97 13.07 -
YUV 115.37 109.16 54.98 -
System Red Green Blue C M Y K H S L
Decimal 13 174 82 0.93 0 0.53 0.32 145.71 0.86 0.37
Hex D AE 52 5D 0 35 20 92 56 25
Octal 15 256 122 135 0 65 40 222 126 45
Binary 1101 10101110 1010010 1011101 0 110101 100000 10010010 1010110 100101

Color Harmonies of #0DAE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE52

Black with #0DAE52

Text Example


Text Example

White with #0DAE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,82); }

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

background-color css

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

 a { background-color: rgb(13,174,82); }

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

border-color css

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

 span { border-color: rgb(13,174,82); }

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