Html Css Color HEX #10BC18 Dark Pastel Green

📋 copy color: '#10BC18'

red 16 ◦ green 188 ◦ blue 24

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

Shades of Dark Pastel Green #10BC18

Tints of Dark Pastel Green #10BC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.53%

R = 7.02%
G = 82.46%
B = 10.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#10BC18 (or 0x10BC18) is known color: Dark Pastel Green. HEX triplet: 10, BC and 18. RGB value is (16,188,24). Sum of RGB (Red+Green+Blue) = 16+188+24=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BC18 is #EF43E7. Grayscale: #767676. Windows color (decimal): -15680488 or 1621008. OLE color: 1621008.

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

Color convert

RGB 16 188 24 -
CMYK 0.91 0 0.87 0.26
HSL 122.79º 0.84% 0.4% -
HSV(B) 122.79º 0.91% 0.74% -
XYZ 18.36 36.14 6.87 -
YUV 117.88 75.02 55.34 -
System Red Green Blue C M Y K H S L
Decimal 16 188 24 0.91 0 0.87 0.26 122.79 0.84 0.4
Hex 10 BC 18 5B 0 57 1A 7B 54 28
Octal 20 274 30 133 0 127 32 173 124 50
Binary 10000 10111100 11000 1011011 0 1010111 11010 1111011 1010100 101000

Color Harmonies of #10BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC18

Black with #10BC18

Text Example


Text Example

White with #10BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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