Html Css Color HEX #18F919 Free Speech Green

📋 copy color: '#18F919'

red 24 ◦ green 249 ◦ blue 25

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

Shades of Free Speech Green #18F919

Tints of Free Speech Green #18F919

RGB

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

 GREEN value IS 249 (97.66% from 255) = 83.56%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 8.05%
G = 83.56%
B = 8.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#18F919 (or 0x18F919) is known color: Free Speech Green. HEX triplet: 18, F9 and 19. RGB value is (24,249,25). Sum of RGB (Red+Green+Blue) = 24+249+25=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 249 (97.66% from 255 or 83.56% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 249 - color contains mainly: green. Hex color #18F919 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F919 is #E706E6. Grayscale: #9C9C9C. Windows color (decimal): -15140583 or 1702168. OLE color: 1702168.

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

Color convert

RGB 24 249 25 -
CMYK 0.90 0 0.90 0.02
HSL 120.27º 0.95% 0.54% -
HSV(B) 120.27º 0.9% 0.98% -
XYZ 34.43 68.02 12.23 -
YUV 156.19 53.96 33.71 -
System Red Green Blue C M Y K H S L
Decimal 24 249 25 0.90 0 0.90 0.02 120.27 0.95 0.54
Hex 18 F9 19 5A 0 5A 2 78 5F 36
Octal 30 371 31 132 0 132 2 170 137 66
Binary 11000 11111001 11001 1011010 0 1011010 10 1111000 1011111 110110

Color Harmonies of #18F919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F919

Black with #18F919

Text Example


Text Example

White with #18F919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,249,25); }

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

background-color css

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

 a { background-color: rgb(24,249,25); }

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

border-color css

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

 span { border-color: rgb(24,249,25); }

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