Html Css Color HEX #10BC40 Dark Pastel Green

📋 copy color: '#10BC40'

red 16 ◦ green 188 ◦ blue 64

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

Shades of Dark Pastel Green #10BC40

Tints of Dark Pastel Green #10BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 5.97%
G = 70.15%
B = 23.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#10BC40 (or 0x10BC40) is known color: Dark Pastel Green. HEX triplet: 10, BC and 40. RGB value is (16,188,64). Sum of RGB (Red+Green+Blue) = 16+188+64=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC40 is #EF43BF. Grayscale: #7A7A7A. Windows color (decimal): -15680448 or 4242448. OLE color: 4242448.

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

Color convert

RGB 16 188 64 -
CMYK 0.91 0 0.66 0.26
HSL 136.74º 0.84% 0.4% -
HSV(B) 136.74º 0.91% 0.74% -
XYZ 19.12 36.45 10.88 -
YUV 122.44 95.02 52.08 -
System Red Green Blue C M Y K H S L
Decimal 16 188 64 0.91 0 0.66 0.26 136.74 0.84 0.4
Hex 10 BC 40 5B 0 42 1A 89 54 28
Octal 20 274 100 133 0 102 32 211 124 50
Binary 10000 10111100 1000000 1011011 0 1000010 11010 10001001 1010100 101000

Color Harmonies of #10BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC40

Black with #10BC40

Text Example


Text Example

White with #10BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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