Html Css Color HEX #10AE41 Dark Pastel Green

📋 copy color: '#10AE41'

red 16 ◦ green 174 ◦ blue 65

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

Shades of Dark Pastel Green #10AE41

Tints of Dark Pastel Green #10AE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 6.27%
G = 68.24%
B = 25.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#10AE41 (or 0x10AE41) is known color: Dark Pastel Green. HEX triplet: 10, AE and 41. RGB value is (16,174,65). Sum of RGB (Red+Green+Blue) = 16+174+65=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 174 (68.36% from 255 or 68.24% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE41 is #EF51BE. Grayscale: #727272. Windows color (decimal): -15684031 or 4304400. OLE color: 4304400.

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

Color convert

RGB 16 174 65 -
CMYK 0.91 0 0.63 0.32
HSL 138.61º 0.83% 0.37% -
HSV(B) 138.61º 0.91% 0.68% -
XYZ 16.3 30.76 10.08 -
YUV 114.33 100.15 57.86 -
System Red Green Blue C M Y K H S L
Decimal 16 174 65 0.91 0 0.63 0.32 138.61 0.83 0.37
Hex 10 AE 41 5B 0 3F 20 8B 53 25
Octal 20 256 101 133 0 77 40 213 123 45
Binary 10000 10101110 1000001 1011011 0 111111 100000 10001011 1010011 100101

Color Harmonies of #10AE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE41

Black with #10AE41

Text Example


Text Example

White with #10AE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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