Html Css Color HEX #18DC15 Free Speech Green

📋 copy color: '#18DC15'

red 24 ◦ green 220 ◦ blue 21

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

Shades of Free Speech Green #18DC15

Tints of Free Speech Green #18DC15

RGB

 RED value IS 24 (9.77% from 255) = 9.06%

 GREEN value IS 220 (86.33% from 255) = 83.02%

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 9.06%
G = 83.02%
B = 7.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#18DC15 (or 0x18DC15) is known color: Free Speech Green. HEX triplet: 18, DC and 15. RGB value is (24,220,21). Sum of RGB (Red+Green+Blue) = 24+220+21=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 220 (86.33% from 255 or 83.02% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DC15 is #E723EA. Grayscale: #8B8B8B. Windows color (decimal): -15148011 or 1432600. OLE color: 1432600.

HSL color Cylindrical-coordinate representation of color #18DC15: hue angle of 119.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DC15 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 21 -
CMYK 0.89 0 0.90 0.14
HSL 119.1º 0.83% 0.47% -
HSV(B) 119.1º 0.9% 0.86% -
XYZ 26.11 51.43 9.26 -
YUV 138.71 61.57 46.18 -
System Red Green Blue C M Y K H S L
Decimal 24 220 21 0.89 0 0.90 0.14 119.1 0.83 0.47
Hex 18 DC 15 59 0 5A E 77 53 2F
Octal 30 334 25 131 0 132 16 167 123 57
Binary 11000 11011100 10101 1011001 0 1011010 1110 1110111 1010011 101111

Color Harmonies of #18DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC15

Black with #18DC15

Text Example


Text Example

White with #18DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18DC15; }

 p { color: rgb(24,220,21); }

 H1.HeaderClassName
 {
   color: #18DC15;
 }
 .AnyTagClassName
 {
   color: #18DC15;
 }
</style>

background-color css

<style>
 a { background-color: #18DC15; }

 a { background-color: rgb(24,220,21); }

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

border-color css

<style>
 span { border-color: #18DC15; }

 span { border-color: rgb(24,220,21); }

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