Html Css Color HEX #10AD44 Dark Pastel Green

📋 copy color: '#10AD44'

red 16 ◦ green 173 ◦ blue 68

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

Shades of Dark Pastel Green #10AD44

Tints of Dark Pastel Green #10AD44

RGB

 RED value IS 16 (6.64% from 255) = 6.23%

 GREEN value IS 173 (67.97% from 255) = 67.32%

 BLUE value IS 68 (26.95% from 255) = 26.46%

R = 6.23%
G = 67.32%
B = 26.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#10AD44 (or 0x10AD44) is known color: Dark Pastel Green. HEX triplet: 10, AD and 44. RGB value is (16,173,68). Sum of RGB (Red+Green+Blue) = 16+173+68=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 173 (67.97% from 255 or 67.32% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD44 is #EF52BB. Grayscale: #727272. Windows color (decimal): -15684284 or 4500752. OLE color: 4500752.

HSL color Cylindrical-coordinate representation of color #10AD44: hue angle of 139.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD44 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 68 -
CMYK 0.91 0 0.61 0.32
HSL 139.87º 0.83% 0.37% -
HSV(B) 139.87º 0.91% 0.68% -
XYZ 16.2 30.41 10.49 -
YUV 114.09 101.99 58.04 -
System Red Green Blue C M Y K H S L
Decimal 16 173 68 0.91 0 0.61 0.32 139.87 0.83 0.37
Hex 10 AD 44 5B 0 3D 20 8C 53 25
Octal 20 255 104 133 0 75 40 214 123 45
Binary 10000 10101101 1000100 1011011 0 111101 100000 10001100 1010011 100101

Color Harmonies of #10AD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD44

Black with #10AD44

Text Example


Text Example

White with #10AD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AD44; }

 p { color: rgb(16,173,68); }

 H1.HeaderClassName
 {
   color: #10AD44;
 }
 .AnyTagClassName
 {
   color: #10AD44;
 }
</style>

background-color css

<style>
 a { background-color: #10AD44; }

 a { background-color: rgb(16,173,68); }

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

border-color css

<style>
 span { border-color: #10AD44; }

 span { border-color: rgb(16,173,68); }

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