Html Css Color HEX #18EF0F Free Speech Green

📋 copy color: '#18EF0F'

red 24 ◦ green 239 ◦ blue 15

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

Shades of Free Speech Green #18EF0F

Tints of Free Speech Green #18EF0F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 85.97%

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 8.63%
G = 85.97%
B = 5.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#18EF0F (or 0x18EF0F) is known color: Free Speech Green. HEX triplet: 18, EF and 0F. RGB value is (24,239,15). Sum of RGB (Red+Green+Blue) = 24+239+15=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 239 (93.75% from 255 or 85.97% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18EF0F is #E710F0. Grayscale: #959595. Windows color (decimal): -15143153 or 1044248. OLE color: 1044248.

HSL color Cylindrical-coordinate representation of color #18EF0F: hue angle of 117.59º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18EF0F is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 239 15 -
CMYK 0.90 0 0.94 0.06
HSL 117.59º 0.88% 0.5% -
HSV(B) 117.59º 0.94% 0.94% -
XYZ 31.33 61.96 10.76 -
YUV 149.18 52.27 38.71 -
System Red Green Blue C M Y K H S L
Decimal 24 239 15 0.90 0 0.94 0.06 117.59 0.88 0.5
Hex 18 EF F 5A 0 5E 6 76 58 32
Octal 30 357 17 132 0 136 6 166 130 62
Binary 11000 11101111 1111 1011010 0 1011110 110 1110110 1011000 110010

Color Harmonies of #18EF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EF0F

Black with #18EF0F

Text Example


Text Example

White with #18EF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,239,15); }

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

background-color css

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

 a { background-color: rgb(24,239,15); }

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

border-color css

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

 span { border-color: rgb(24,239,15); }

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