Html Css Color HEX #0DA85A Pigment Green

📋 copy color: '#0DA85A'

red 13 ◦ green 168 ◦ blue 90

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

Shades of Pigment Green #0DA85A

Tints of Pigment Green #0DA85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 4.8%
G = 61.99%
B = 33.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#0DA85A (or 0x0DA85A) is known color: Pigment Green. HEX triplet: 0D, A8 and 5A. RGB value is (13,168,90). Sum of RGB (Red+Green+Blue) = 13+168+90=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA85A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA85A is #F257A5. Grayscale: #707070. Windows color (decimal): -15882150 or 5941261. OLE color: 5941261.

HSL color Cylindrical-coordinate representation of color #0DA85A: hue angle of 149.81º 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 #0DA85A is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 168 90 -
CMYK 0.92 0 0.46 0.34
HSL 149.81º 0.86% 0.35% -
HSV(B) 149.81º 0.92% 0.66% -
XYZ 16.01 28.83 14.39 -
YUV 112.76 115.15 56.84 -
System Red Green Blue C M Y K H S L
Decimal 13 168 90 0.92 0 0.46 0.34 149.81 0.86 0.35
Hex D A8 5A 5C 0 2E 22 96 56 23
Octal 15 250 132 134 0 56 42 226 126 43
Binary 1101 10101000 1011010 1011100 0 101110 100010 10010110 1010110 100011

Color Harmonies of #0DA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA85A

Black with #0DA85A

Text Example


Text Example

White with #0DA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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