Html Css Color HEX #0DA853 Pigment Green

📋 copy color: '#0DA853'

red 13 ◦ green 168 ◦ blue 83

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

Shades of Pigment Green #0DA853

Tints of Pigment Green #0DA853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 63.64%

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 4.92%
G = 63.64%
B = 31.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#0DA853 (or 0x0DA853) is known color: Pigment Green. HEX triplet: 0D, A8 and 53. RGB value is (13,168,83). Sum of RGB (Red+Green+Blue) = 13+168+83=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 168 (66.02% from 255 or 63.64% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA853 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA853 is #F257AC. Grayscale: #707070. Windows color (decimal): -15882157 or 5482509. OLE color: 5482509.

HSL color Cylindrical-coordinate representation of color #0DA853: hue angle of 147.1º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA853 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 168 83 -
CMYK 0.92 0 0.51 0.34
HSL 147.1º 0.86% 0.35% -
HSV(B) 147.1º 0.92% 0.66% -
XYZ 15.73 28.72 12.9 -
YUV 111.97 111.65 57.41 -
System Red Green Blue C M Y K H S L
Decimal 13 168 83 0.92 0 0.51 0.34 147.1 0.86 0.35
Hex D A8 53 5C 0 33 22 93 56 23
Octal 15 250 123 134 0 63 42 223 126 43
Binary 1101 10101000 1010011 1011100 0 110011 100010 10010011 1010110 100011

Color Harmonies of #0DA853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA853

Black with #0DA853

Text Example


Text Example

White with #0DA853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,168,83); }

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

background-color css

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

 a { background-color: rgb(13,168,83); }

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

border-color css

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

 span { border-color: rgb(13,168,83); }

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