Html Css Color HEX #10BD18 Dark Pastel Green

📋 copy color: '#10BD18'

red 16 ◦ green 189 ◦ blue 24

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

Shades of Dark Pastel Green #10BD18

Tints of Dark Pastel Green #10BD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 82.53%

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

R = 6.99%
G = 82.53%
B = 10.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#10BD18 (or 0x10BD18) is known color: Dark Pastel Green. HEX triplet: 10, BD and 18. RGB value is (16,189,24). Sum of RGB (Red+Green+Blue) = 16+189+24=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 189 (74.22% from 255 or 82.53% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BD18 is #EF42E7. Grayscale: #767676. Windows color (decimal): -15680232 or 1621264. OLE color: 1621264.

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

Color convert

RGB 16 189 24 -
CMYK 0.92 0 0.87 0.26
HSL 122.77º 0.84% 0.4% -
HSV(B) 122.77º 0.92% 0.74% -
XYZ 18.58 36.57 6.94 -
YUV 118.46 74.69 54.92 -
System Red Green Blue C M Y K H S L
Decimal 16 189 24 0.92 0 0.87 0.26 122.77 0.84 0.4
Hex 10 BD 18 5C 0 57 1A 7B 54 28
Octal 20 275 30 134 0 127 32 173 124 50
Binary 10000 10111101 11000 1011100 0 1010111 11010 1111011 1010100 101000

Color Harmonies of #10BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD18

Black with #10BD18

Text Example


Text Example

White with #10BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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