Html Css Color HEX #10AA3C Dark Pastel Green

📋 copy color: '#10AA3C'

red 16 ◦ green 170 ◦ blue 60

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

Shades of Dark Pastel Green #10AA3C

Tints of Dark Pastel Green #10AA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 69.11%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 6.5%
G = 69.11%
B = 24.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#10AA3C (or 0x10AA3C) is known color: Dark Pastel Green. HEX triplet: 10, AA and 3C. RGB value is (16,170,60). Sum of RGB (Red+Green+Blue) = 16+170+60=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA3C is #EF55C3. Grayscale: #6F6F6F. Windows color (decimal): -15685060 or 3975696. OLE color: 3975696.

HSL color Cylindrical-coordinate representation of color #10AA3C: hue angle of 137.14º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA3C is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 170 60 -
CMYK 0.91 0 0.65 0.33
HSL 137.14º 0.83% 0.36% -
HSV(B) 137.14º 0.91% 0.67% -
XYZ 15.4 29.19 9.1 -
YUV 111.41 98.98 59.94 -
System Red Green Blue C M Y K H S L
Decimal 16 170 60 0.91 0 0.65 0.33 137.14 0.83 0.36
Hex 10 AA 3C 5B 0 41 21 89 53 24
Octal 20 252 74 133 0 101 41 211 123 44
Binary 10000 10101010 111100 1011011 0 1000001 100001 10001001 1010011 100100

Color Harmonies of #10AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA3C

Black with #10AA3C

Text Example


Text Example

White with #10AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,170,60); }

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

background-color css

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

 a { background-color: rgb(16,170,60); }

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

border-color css

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

 span { border-color: rgb(16,170,60); }

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