Html Css Color HEX #10B541 Dark Pastel Green

📋 copy color: '#10B541'

red 16 ◦ green 181 ◦ blue 65

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

Shades of Dark Pastel Green #10B541

Tints of Dark Pastel Green #10B541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.08%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 6.11%
G = 69.08%
B = 24.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#10B541 (or 0x10B541) is known color: Dark Pastel Green. HEX triplet: 10, B5 and 41. RGB value is (16,181,65). Sum of RGB (Red+Green+Blue) = 16+181+65=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 181 (71.09% from 255 or 69.08% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 181 - color contains mainly: green. Hex color #10B541 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B541 is #EF4ABE. Grayscale: #767676. Windows color (decimal): -15682239 or 4306192. OLE color: 4306192.

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

Color convert

RGB 16 181 65 -
CMYK 0.91 0 0.64 0.29
HSL 137.82º 0.84% 0.39% -
HSV(B) 137.82º 0.91% 0.71% -
XYZ 17.69 33.54 10.54 -
YUV 118.44 97.84 54.93 -
System Red Green Blue C M Y K H S L
Decimal 16 181 65 0.91 0 0.64 0.29 137.82 0.84 0.39
Hex 10 B5 41 5B 0 40 1D 8A 54 27
Octal 20 265 101 133 0 100 35 212 124 47
Binary 10000 10110101 1000001 1011011 0 1000000 11101 10001010 1010100 100111

Color Harmonies of #10B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B541

Black with #10B541

Text Example


Text Example

White with #10B541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,181,65); }

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

background-color css

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

 a { background-color: rgb(16,181,65); }

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

border-color css

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

 span { border-color: rgb(16,181,65); }

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