Html Css Color HEX #10BC3F Dark Pastel Green

📋 copy color: '#10BC3F'

red 16 ◦ green 188 ◦ blue 63

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

Shades of Dark Pastel Green #10BC3F

Tints of Dark Pastel Green #10BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 5.99%
G = 70.41%
B = 23.6%

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

#10BC3F (or 0x10BC3F) is known color: Dark Pastel Green. HEX triplet: 10, BC and 3F. RGB value is (16,188,63). Sum of RGB (Red+Green+Blue) = 16+188+63=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC3F is #EF43C0. Grayscale: #7A7A7A. Windows color (decimal): -15680449 or 4176912. OLE color: 4176912.

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

Color convert

RGB 16 188 63 -
CMYK 0.91 0 0.66 0.26
HSL 136.4º 0.84% 0.4% -
HSV(B) 136.4º 0.91% 0.74% -
XYZ 19.09 36.44 10.73 -
YUV 122.32 94.52 52.16 -
System Red Green Blue C M Y K H S L
Decimal 16 188 63 0.91 0 0.66 0.26 136.4 0.84 0.4
Hex 10 BC 3F 5B 0 42 1A 88 54 28
Octal 20 274 77 133 0 102 32 210 124 50
Binary 10000 10111100 111111 1011011 0 1000010 11010 10001000 1010100 101000

Color Harmonies of #10BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC3F

Black with #10BC3F

Text Example


Text Example

White with #10BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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