Html Css Color HEX #10B82D Dark Pastel Green

📋 copy color: '#10B82D'

red 16 ◦ green 184 ◦ blue 45

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

Shades of Dark Pastel Green #10B82D

Tints of Dark Pastel Green #10B82D

RGB

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

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

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

R = 6.53%
G = 75.1%
B = 18.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#10B82D (or 0x10B82D) is known color: Dark Pastel Green. HEX triplet: 10, B8 and 2D. RGB value is (16,184,45). Sum of RGB (Red+Green+Blue) = 16+184+45=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 184 (72.27% from 255 or 75.10% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 184 - color contains mainly: green. Hex color #10B82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B82D is #EF47D2. Grayscale: #767676. Windows color (decimal): -15681491 or 2996240. OLE color: 2996240.

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

Color convert

RGB 16 184 45 -
CMYK 0.91 0 0.76 0.28
HSL 130.36º 0.84% 0.39% -
HSV(B) 130.36º 0.91% 0.72% -
XYZ 17.83 34.58 8.22 -
YUV 117.92 86.84 55.3 -
System Red Green Blue C M Y K H S L
Decimal 16 184 45 0.91 0 0.76 0.28 130.36 0.84 0.39
Hex 10 B8 2D 5B 0 4C 1C 82 54 27
Octal 20 270 55 133 0 114 34 202 124 47
Binary 10000 10111000 101101 1011011 0 1001100 11100 10000010 1010100 100111

Color Harmonies of #10B82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B82D

Black with #10B82D

Text Example


Text Example

White with #10B82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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