Html Css Color HEX #10AD30 Dark Pastel Green

📋 copy color: '#10AD30'

red 16 ◦ green 173 ◦ blue 48

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

Shades of Dark Pastel Green #10AD30

Tints of Dark Pastel Green #10AD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 6.75%
G = 73%
B = 20.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#10AD30 (or 0x10AD30) is known color: Dark Pastel Green. HEX triplet: 10, AD and 30. RGB value is (16,173,48). Sum of RGB (Red+Green+Blue) = 16+173+48=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 173 (67.97% from 255 or 73.00% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD30 is #EF52CF. Grayscale: #707070. Windows color (decimal): -15684304 or 3190032. OLE color: 3190032.

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

Color convert

RGB 16 173 48 -
CMYK 0.91 0 0.72 0.32
HSL 132.23º 0.83% 0.37% -
HSV(B) 132.23º 0.91% 0.68% -
XYZ 15.69 30.21 7.8 -
YUV 111.81 91.99 59.66 -
System Red Green Blue C M Y K H S L
Decimal 16 173 48 0.91 0 0.72 0.32 132.23 0.83 0.37
Hex 10 AD 30 5B 0 48 20 84 53 25
Octal 20 255 60 133 0 110 40 204 123 45
Binary 10000 10101101 110000 1011011 0 1001000 100000 10000100 1010011 100101

Color Harmonies of #10AD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD30

Black with #10AD30

Text Example


Text Example

White with #10AD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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