Html Css Color HEX #10AD2B Dark Pastel Green

📋 copy color: '#10AD2B'

red 16 ◦ green 173 ◦ blue 43

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

Shades of Dark Pastel Green #10AD2B

Tints of Dark Pastel Green #10AD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.53%

R = 6.9%
G = 74.57%
B = 18.53%

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

#10AD2B (or 0x10AD2B) is known color: Dark Pastel Green. HEX triplet: 10, AD and 2B. RGB value is (16,173,43). Sum of RGB (Red+Green+Blue) = 16+173+43=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD2B is #EF52D4. Grayscale: #6F6F6F. Windows color (decimal): -15684309 or 2862352. OLE color: 2862352.

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

Color convert

RGB 16 173 43 -
CMYK 0.91 0 0.75 0.32
HSL 130.32º 0.83% 0.37% -
HSV(B) 130.32º 0.91% 0.68% -
XYZ 15.59 30.17 7.29 -
YUV 111.24 89.49 60.07 -
System Red Green Blue C M Y K H S L
Decimal 16 173 43 0.91 0 0.75 0.32 130.32 0.83 0.37
Hex 10 AD 2B 5B 0 4B 20 82 53 25
Octal 20 255 53 133 0 113 40 202 123 45
Binary 10000 10101101 101011 1011011 0 1001011 100000 10000010 1010011 100101

Color Harmonies of #10AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD2B

Black with #10AD2B

Text Example


Text Example

White with #10AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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