Html Css Color HEX #10C018 Dark Pastel Green

📋 copy color: '#10C018'

red 16 ◦ green 192 ◦ blue 24

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

Shades of Dark Pastel Green #10C018

Tints of Dark Pastel Green #10C018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 82.76%

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

R = 6.9%
G = 82.76%
B = 10.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#10C018 (or 0x10C018) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 18. RGB value is (16,192,24). Sum of RGB (Red+Green+Blue) = 16+192+24=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #10C018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C018 is #EF3FE7. Grayscale: #787878. Windows color (decimal): -15679464 or 1622032. OLE color: 1622032.

HSL color Cylindrical-coordinate representation of color #10C018: hue angle of 122.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C018 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 24 -
CMYK 0.92 0 0.88 0.25
HSL 122.73º 0.85% 0.41% -
HSV(B) 122.73º 0.92% 0.75% -
XYZ 19.23 37.88 7.16 -
YUV 120.22 73.69 53.66 -
System Red Green Blue C M Y K H S L
Decimal 16 192 24 0.92 0 0.88 0.25 122.73 0.85 0.41
Hex 10 C0 18 5C 0 58 19 7B 55 29
Octal 20 300 30 134 0 130 31 173 125 51
Binary 10000 11000000 11000 1011100 0 1011000 11001 1111011 1010101 101001

Color Harmonies of #10C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C018

Black with #10C018

Text Example


Text Example

White with #10C018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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