Html Css Color HEX #10AA3D Dark Pastel Green

📋 copy color: '#10AA3D'

red 16 ◦ green 170 ◦ blue 61

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

Shades of Dark Pastel Green #10AA3D

Tints of Dark Pastel Green #10AA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.7%

R = 6.48%
G = 68.83%
B = 24.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#10AA3D (or 0x10AA3D) is known color: Dark Pastel Green. HEX triplet: 10, AA and 3D. RGB value is (16,170,61). Sum of RGB (Red+Green+Blue) = 16+170+61=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA3D is #EF55C2. Grayscale: #6F6F6F. Windows color (decimal): -15685059 or 4041232. OLE color: 4041232.

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

Color convert

RGB 16 170 61 -
CMYK 0.91 0 0.64 0.33
HSL 137.53º 0.83% 0.36% -
HSV(B) 137.53º 0.91% 0.67% -
XYZ 15.43 29.2 9.24 -
YUV 111.53 99.48 59.86 -
System Red Green Blue C M Y K H S L
Decimal 16 170 61 0.91 0 0.64 0.33 137.53 0.83 0.36
Hex 10 AA 3D 5B 0 40 21 8A 53 24
Octal 20 252 75 133 0 100 41 212 123 44
Binary 10000 10101010 111101 1011011 0 1000000 100001 10001010 1010011 100100

Color Harmonies of #10AA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA3D

Black with #10AA3D

Text Example


Text Example

White with #10AA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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