Html Css Color HEX #18E714 Free Speech Green

📋 copy color: '#18E714'

red 24 ◦ green 231 ◦ blue 20

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

Shades of Free Speech Green #18E714

Tints of Free Speech Green #18E714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 84%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 8.73%
G = 84%
B = 7.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#18E714 (or 0x18E714) is known color: Free Speech Green. HEX triplet: 18, E7 and 14. RGB value is (24,231,20). Sum of RGB (Red+Green+Blue) = 24+231+20=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 231 (90.62% from 255 or 84% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 231 - color contains mainly: green. Hex color #18E714 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18E714 is #E718EB. Grayscale: #919191. Windows color (decimal): -15145196 or 1369880. OLE color: 1369880.

HSL color Cylindrical-coordinate representation of color #18E714: hue angle of 118.86º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18E714 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 231 20 -
CMYK 0.90 0 0.91 0.09
HSL 118.86º 0.84% 0.49% -
HSV(B) 118.86º 0.91% 0.91% -
XYZ 29.08 57.4 10.21 -
YUV 145.05 57.42 41.66 -
System Red Green Blue C M Y K H S L
Decimal 24 231 20 0.90 0 0.91 0.09 118.86 0.84 0.49
Hex 18 E7 14 5A 0 5B 9 77 54 31
Octal 30 347 24 132 0 133 11 167 124 61
Binary 11000 11100111 10100 1011010 0 1011011 1001 1110111 1010100 110001

Color Harmonies of #18E714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E714

Black with #18E714

Text Example


Text Example

White with #18E714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,231,20); }

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

background-color css

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

 a { background-color: rgb(24,231,20); }

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

border-color css

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

 span { border-color: rgb(24,231,20); }

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