Html Css Color HEX #10AC2D Dark Pastel Green

📋 copy color: '#10AC2D'

red 16 ◦ green 172 ◦ blue 45

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

Shades of Dark Pastel Green #10AC2D

Tints of Dark Pastel Green #10AC2D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 73.82%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 6.87%
G = 73.82%
B = 19.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#10AC2D (or 0x10AC2D) is known color: Dark Pastel Green. HEX triplet: 10, AC and 2D. RGB value is (16,172,45). Sum of RGB (Red+Green+Blue) = 16+172+45=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 172 (67.58% from 255 or 73.82% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC2D is #EF53D2. Grayscale: #6F6F6F. Windows color (decimal): -15684563 or 2993168. OLE color: 2993168.

HSL color Cylindrical-coordinate representation of color #10AC2D: hue angle of 131.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC2D is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 172 45 -
CMYK 0.91 0 0.74 0.33
HSL 131.15º 0.83% 0.37% -
HSV(B) 131.15º 0.91% 0.67% -
XYZ 15.44 29.8 7.42 -
YUV 110.88 90.82 60.33 -
System Red Green Blue C M Y K H S L
Decimal 16 172 45 0.91 0 0.74 0.33 131.15 0.83 0.37
Hex 10 AC 2D 5B 0 4A 21 83 53 25
Octal 20 254 55 133 0 112 41 203 123 45
Binary 10000 10101100 101101 1011011 0 1001010 100001 10000011 1010011 100101

Color Harmonies of #10AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC2D

Black with #10AC2D

Text Example


Text Example

White with #10AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,45); }

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

background-color css

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

 a { background-color: rgb(16,172,45); }

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

border-color css

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

 span { border-color: rgb(16,172,45); }

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