Html Css Color HEX #18FA15 Free Speech Green

📋 copy color: '#18FA15'

red 24 ◦ green 250 ◦ blue 21

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

Shades of Free Speech Green #18FA15

Tints of Free Speech Green #18FA15

RGB

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

 GREEN value IS 250 (98.05% from 255) = 84.75%

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

R = 8.14%
G = 84.75%
B = 7.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#18FA15 (or 0x18FA15) is known color: Free Speech Green. HEX triplet: 18, FA and 15. RGB value is (24,250,21). Sum of RGB (Red+Green+Blue) = 24+250+21=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 250 (98.05% from 255 or 84.75% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18FA15 is #E705EA. Grayscale: #9D9D9D. Windows color (decimal): -15140331 or 1440280. OLE color: 1440280.

HSL color Cylindrical-coordinate representation of color #18FA15: hue angle of 119.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18FA15 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 250 21 -
CMYK 0.90 0 0.92 0.02
HSL 119.21º 0.96% 0.53% -
HSV(B) 119.21º 0.92% 0.98% -
XYZ 34.7 68.62 12.13 -
YUV 156.32 51.63 33.62 -
System Red Green Blue C M Y K H S L
Decimal 24 250 21 0.90 0 0.92 0.02 119.21 0.96 0.53
Hex 18 FA 15 5A 0 5C 2 77 60 35
Octal 30 372 25 132 0 134 2 167 140 65
Binary 11000 11111010 10101 1011010 0 1011100 10 1110111 1100000 110101

Color Harmonies of #18FA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FA15

Black with #18FA15

Text Example


Text Example

White with #18FA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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