Html Css Color HEX #10AA2B Dark Pastel Green

📋 copy color: '#10AA2B'

red 16 ◦ green 170 ◦ blue 43

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

Shades of Dark Pastel Green #10AA2B

Tints of Dark Pastel Green #10AA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.78%

R = 6.99%
G = 74.24%
B = 18.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#10AA2B (or 0x10AA2B) is known color: Dark Pastel Green. HEX triplet: 10, AA and 2B. RGB value is (16,170,43). Sum of RGB (Red+Green+Blue) = 16+170+43=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA2B is #EF55D4. Grayscale: #6D6D6D. Windows color (decimal): -15685077 or 2861584. OLE color: 2861584.

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

Color convert

RGB 16 170 43 -
CMYK 0.91 0 0.75 0.33
HSL 130.52º 0.83% 0.36% -
HSV(B) 130.52º 0.91% 0.67% -
XYZ 15.02 29.03 7.1 -
YUV 109.48 90.48 61.33 -
System Red Green Blue C M Y K H S L
Decimal 16 170 43 0.91 0 0.75 0.33 130.52 0.83 0.36
Hex 10 AA 2B 5B 0 4B 21 83 53 24
Octal 20 252 53 133 0 113 41 203 123 44
Binary 10000 10101010 101011 1011011 0 1001011 100001 10000011 1010011 100100

Color Harmonies of #10AA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA2B

Black with #10AA2B

Text Example


Text Example

White with #10AA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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