Html Css Color HEX #10B81D Dark Pastel Green

📋 copy color: '#10B81D'

red 16 ◦ green 184 ◦ blue 29

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

Shades of Dark Pastel Green #10B81D

Tints of Dark Pastel Green #10B81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 6.99%
G = 80.35%
B = 12.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#10B81D (or 0x10B81D) is known color: Dark Pastel Green. HEX triplet: 10, B8 and 1D. RGB value is (16,184,29). Sum of RGB (Red+Green+Blue) = 16+184+29=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 184 (72.27% from 255 or 80.35% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 184 - color contains mainly: green. Hex color #10B81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B81D is #EF47E2. Grayscale: #747474. Windows color (decimal): -15681507 or 1947664. OLE color: 1947664.

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

Color convert

RGB 16 184 29 -
CMYK 0.91 0 0.84 0.28
HSL 124.64º 0.84% 0.39% -
HSV(B) 124.64º 0.91% 0.72% -
XYZ 17.58 34.48 6.89 -
YUV 116.1 78.84 56.6 -
System Red Green Blue C M Y K H S L
Decimal 16 184 29 0.91 0 0.84 0.28 124.64 0.84 0.39
Hex 10 B8 1D 5B 0 54 1C 7D 54 27
Octal 20 270 35 133 0 124 34 175 124 47
Binary 10000 10111000 11101 1011011 0 1010100 11100 1111101 1010100 100111

Color Harmonies of #10B81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B81D

Black with #10B81D

Text Example


Text Example

White with #10B81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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