Html Css Color HEX #10AD2A Dark Pastel Green

📋 copy color: '#10AD2A'

red 16 ◦ green 173 ◦ blue 42

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

Shades of Dark Pastel Green #10AD2A

Tints of Dark Pastel Green #10AD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 6.93%
G = 74.89%
B = 18.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#10AD2A (or 0x10AD2A) is known color: Dark Pastel Green. HEX triplet: 10, AD and 2A. RGB value is (16,173,42). Sum of RGB (Red+Green+Blue) = 16+173+42=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD2A is #EF52D5. Grayscale: #6F6F6F. Windows color (decimal): -15684310 or 2796816. OLE color: 2796816.

HSL color Cylindrical-coordinate representation of color #10AD2A: hue angle of 129.94º 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 #10AD2A is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 42 -
CMYK 0.91 0 0.76 0.32
HSL 129.94º 0.83% 0.37% -
HSV(B) 129.94º 0.91% 0.68% -
XYZ 15.58 30.16 7.19 -
YUV 111.12 88.99 60.15 -
System Red Green Blue C M Y K H S L
Decimal 16 173 42 0.91 0 0.76 0.32 129.94 0.83 0.37
Hex 10 AD 2A 5B 0 4C 20 82 53 25
Octal 20 255 52 133 0 114 40 202 123 45
Binary 10000 10101101 101010 1011011 0 1001100 100000 10000010 1010011 100101

Color Harmonies of #10AD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD2A

Black with #10AD2A

Text Example


Text Example

White with #10AD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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