Html Css Color HEX #0DA655 Pigment Green

📋 copy color: '#0DA655'

red 13 ◦ green 166 ◦ blue 85

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

Shades of Pigment Green #0DA655

Tints of Pigment Green #0DA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 62.88%

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 4.92%
G = 62.88%
B = 32.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#0DA655 (or 0x0DA655) is known color: Pigment Green. HEX triplet: 0D, A6 and 55. RGB value is (13,166,85). Sum of RGB (Red+Green+Blue) = 13+166+85=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 166 (65.23% from 255 or 62.88% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA655 is #F259AA. Grayscale: #6F6F6F. Windows color (decimal): -15882667 or 5613069. OLE color: 5613069.

HSL color Cylindrical-coordinate representation of color #0DA655: hue angle of 148.24º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA655 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 166 85 -
CMYK 0.92 0 0.49 0.35
HSL 148.24º 0.85% 0.35% -
HSV(B) 148.24º 0.92% 0.65% -
XYZ 15.44 28.01 13.19 -
YUV 111.02 113.31 58.09 -
System Red Green Blue C M Y K H S L
Decimal 13 166 85 0.92 0 0.49 0.35 148.24 0.85 0.35
Hex D A6 55 5C 0 31 23 94 55 23
Octal 15 246 125 134 0 61 43 224 125 43
Binary 1101 10100110 1010101 1011100 0 110001 100011 10010100 1010101 100011

Color Harmonies of #0DA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA655

Black with #0DA655

Text Example


Text Example

White with #0DA655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,166,85); }

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

background-color css

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

 a { background-color: rgb(13,166,85); }

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

border-color css

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

 span { border-color: rgb(13,166,85); }

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