Html Css Color HEX #10AE2C Dark Pastel Green

📋 copy color: '#10AE2C'

red 16 ◦ green 174 ◦ blue 44

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

Shades of Dark Pastel Green #10AE2C

Tints of Dark Pastel Green #10AE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 6.84%
G = 74.36%
B = 18.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#10AE2C (or 0x10AE2C) is known color: Dark Pastel Green. HEX triplet: 10, AE and 2C. RGB value is (16,174,44). Sum of RGB (Red+Green+Blue) = 16+174+44=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 174 (68.36% from 255 or 74.36% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE2C is #EF51D3. Grayscale: #707070. Windows color (decimal): -15684052 or 2928144. OLE color: 2928144.

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

Color convert

RGB 16 174 44 -
CMYK 0.91 0 0.75 0.32
HSL 130.63º 0.83% 0.37% -
HSV(B) 130.63º 0.91% 0.68% -
XYZ 15.8 30.56 7.45 -
YUV 111.94 89.65 59.57 -
System Red Green Blue C M Y K H S L
Decimal 16 174 44 0.91 0 0.75 0.32 130.63 0.83 0.37
Hex 10 AE 2C 5B 0 4B 20 83 53 25
Octal 20 256 54 133 0 113 40 203 123 45
Binary 10000 10101110 101100 1011011 0 1001011 100000 10000011 1010011 100101

Color Harmonies of #10AE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE2C

Black with #10AE2C

Text Example


Text Example

White with #10AE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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