Html Css Color HEX #10AE2A Dark Pastel Green

📋 copy color: '#10AE2A'

red 16 ◦ green 174 ◦ blue 42

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

Shades of Dark Pastel Green #10AE2A

Tints of Dark Pastel Green #10AE2A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 75%

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

R = 6.9%
G = 75%
B = 18.1%

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

#10AE2A (or 0x10AE2A) is known color: Dark Pastel Green. HEX triplet: 10, AE and 2A. RGB value is (16,174,42). Sum of RGB (Red+Green+Blue) = 16+174+42=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 174 (68.36% from 255 or 75% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE2A is #EF51D5. Grayscale: #707070. Windows color (decimal): -15684054 or 2797072. OLE color: 2797072.

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

Color convert

RGB 16 174 42 -
CMYK 0.91 0 0.76 0.32
HSL 129.87º 0.83% 0.37% -
HSV(B) 129.87º 0.91% 0.68% -
XYZ 15.77 30.55 7.26 -
YUV 111.71 88.65 59.73 -
System Red Green Blue C M Y K H S L
Decimal 16 174 42 0.91 0 0.76 0.32 129.87 0.83 0.37
Hex 10 AE 2A 5B 0 4C 20 82 53 25
Octal 20 256 52 133 0 114 40 202 123 45
Binary 10000 10101110 101010 1011011 0 1001100 100000 10000010 1010011 100101

Color Harmonies of #10AE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE2A

Black with #10AE2A

Text Example


Text Example

White with #10AE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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