Html Css Color HEX #10B82E Dark Pastel Green

📋 copy color: '#10B82E'

red 16 ◦ green 184 ◦ blue 46

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

Shades of Dark Pastel Green #10B82E

Tints of Dark Pastel Green #10B82E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 74.8%

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 6.5%
G = 74.8%
B = 18.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#10B82E (or 0x10B82E) is known color: Dark Pastel Green. HEX triplet: 10, B8 and 2E. RGB value is (16,184,46). Sum of RGB (Red+Green+Blue) = 16+184+46=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 184 (72.27% from 255 or 74.80% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 184 - color contains mainly: green. Hex color #10B82E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B82E is #EF47D1. Grayscale: #767676. Windows color (decimal): -15681490 or 3061776. OLE color: 3061776.

HSL color Cylindrical-coordinate representation of color #10B82E: hue angle of 130.71º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B82E is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 184 46 -
CMYK 0.91 0 0.75 0.28
HSL 130.71º 0.84% 0.39% -
HSV(B) 130.71º 0.91% 0.72% -
XYZ 17.85 34.59 8.32 -
YUV 118.04 87.34 55.22 -
System Red Green Blue C M Y K H S L
Decimal 16 184 46 0.91 0 0.75 0.28 130.71 0.84 0.39
Hex 10 B8 2E 5B 0 4B 1C 83 54 27
Octal 20 270 56 133 0 113 34 203 124 47
Binary 10000 10111000 101110 1011011 0 1001011 11100 10000011 1010100 100111

Color Harmonies of #10B82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B82E

Black with #10B82E

Text Example


Text Example

White with #10B82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,184,46); }

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

background-color css

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

 a { background-color: rgb(16,184,46); }

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

border-color css

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

 span { border-color: rgb(16,184,46); }

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