Html Css Color HEX #10AD34 Dark Pastel Green

📋 copy color: '#10AD34'

red 16 ◦ green 173 ◦ blue 52

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

Shades of Dark Pastel Green #10AD34

Tints of Dark Pastel Green #10AD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 71.78%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 6.64%
G = 71.78%
B = 21.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#10AD34 (or 0x10AD34) is known color: Dark Pastel Green. HEX triplet: 10, AD and 34. RGB value is (16,173,52). Sum of RGB (Red+Green+Blue) = 16+173+52=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD34 is #EF52CB. Grayscale: #707070. Windows color (decimal): -15684300 or 3452176. OLE color: 3452176.

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

Color convert

RGB 16 173 52 -
CMYK 0.91 0 0.70 0.32
HSL 133.76º 0.83% 0.37% -
HSV(B) 133.76º 0.91% 0.68% -
XYZ 15.78 30.25 8.26 -
YUV 112.26 93.99 59.34 -
System Red Green Blue C M Y K H S L
Decimal 16 173 52 0.91 0 0.70 0.32 133.76 0.83 0.37
Hex 10 AD 34 5B 0 46 20 86 53 25
Octal 20 255 64 133 0 106 40 206 123 45
Binary 10000 10101101 110100 1011011 0 1000110 100000 10000110 1010011 100101

Color Harmonies of #10AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD34

Black with #10AD34

Text Example


Text Example

White with #10AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,173,52); }

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

background-color css

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

 a { background-color: rgb(16,173,52); }

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

border-color css

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

 span { border-color: rgb(16,173,52); }

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