Html Css Color HEX #10BC20 Dark Pastel Green

📋 copy color: '#10BC20'

red 16 ◦ green 188 ◦ blue 32

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

Shades of Dark Pastel Green #10BC20

Tints of Dark Pastel Green #10BC20

RGB

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

 GREEN value IS 188 (73.83% from 255) = 79.66%

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

R = 6.78%
G = 79.66%
B = 13.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#10BC20 (or 0x10BC20) is known color: Dark Pastel Green. HEX triplet: 10, BC and 20. RGB value is (16,188,32). Sum of RGB (Red+Green+Blue) = 16+188+32=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC20 is #EF43DF. Grayscale: #777777. Windows color (decimal): -15680480 or 2145296. OLE color: 2145296.

HSL color Cylindrical-coordinate representation of color #10BC20: hue angle of 125.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC20 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 188 32 -
CMYK 0.91 0 0.83 0.26
HSL 125.58º 0.84% 0.4% -
HSV(B) 125.58º 0.91% 0.74% -
XYZ 18.46 36.18 7.38 -
YUV 118.79 79.02 54.68 -
System Red Green Blue C M Y K H S L
Decimal 16 188 32 0.91 0 0.83 0.26 125.58 0.84 0.4
Hex 10 BC 20 5B 0 53 1A 7E 54 28
Octal 20 274 40 133 0 123 32 176 124 50
Binary 10000 10111100 100000 1011011 0 1010011 11010 1111110 1010100 101000

Color Harmonies of #10BC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC20

Black with #10BC20

Text Example


Text Example

White with #10BC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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