Html Css Color HEX #10AE28 Dark Pastel Green

📋 copy color: '#10AE28'

red 16 ◦ green 174 ◦ blue 40

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

Shades of Dark Pastel Green #10AE28

Tints of Dark Pastel Green #10AE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 6.96%
G = 75.65%
B = 17.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#10AE28 (or 0x10AE28) is known color: Dark Pastel Green. HEX triplet: 10, AE and 28. RGB value is (16,174,40). Sum of RGB (Red+Green+Blue) = 16+174+40=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 174 (68.36% from 255 or 75.65% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE28 is #EF51D7. Grayscale: #6F6F6F. Windows color (decimal): -15684056 or 2666000. OLE color: 2666000.

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

Color convert

RGB 16 174 40 -
CMYK 0.91 0 0.77 0.32
HSL 129.11º 0.83% 0.37% -
HSV(B) 129.11º 0.91% 0.68% -
XYZ 15.73 30.54 7.07 -
YUV 111.48 87.65 59.9 -
System Red Green Blue C M Y K H S L
Decimal 16 174 40 0.91 0 0.77 0.32 129.11 0.83 0.37
Hex 10 AE 28 5B 0 4D 20 81 53 25
Octal 20 256 50 133 0 115 40 201 123 45
Binary 10000 10101110 101000 1011011 0 1001101 100000 10000001 1010011 100101

Color Harmonies of #10AE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE28

Black with #10AE28

Text Example


Text Example

White with #10AE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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