Html Css Color HEX #10B520 Dark Pastel Green

📋 copy color: '#10B520'

red 16 ◦ green 181 ◦ blue 32

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

Shades of Dark Pastel Green #10B520

Tints of Dark Pastel Green #10B520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.97%

R = 6.99%
G = 79.04%
B = 13.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#10B520 (or 0x10B520) is known color: Dark Pastel Green. HEX triplet: 10, B5 and 20. RGB value is (16,181,32). Sum of RGB (Red+Green+Blue) = 16+181+32=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #10B520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B520 is #EF4ADF. Grayscale: #737373. Windows color (decimal): -15682272 or 2143504. OLE color: 2143504.

HSL color Cylindrical-coordinate representation of color #10B520: hue angle of 125.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 #10B520 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 181 32 -
CMYK 0.91 0 0.82 0.29
HSL 125.82º 0.84% 0.39% -
HSV(B) 125.82º 0.91% 0.71% -
XYZ 17 33.26 6.89 -
YUV 114.68 81.34 57.62 -
System Red Green Blue C M Y K H S L
Decimal 16 181 32 0.91 0 0.82 0.29 125.82 0.84 0.39
Hex 10 B5 20 5B 0 52 1D 7E 54 27
Octal 20 265 40 133 0 122 35 176 124 47
Binary 10000 10110101 100000 1011011 0 1010010 11101 1111110 1010100 100111

Color Harmonies of #10B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B520

Black with #10B520

Text Example


Text Example

White with #10B520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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