Html Css Color HEX #18F712 Free Speech Green

📋 copy color: '#18F712'

red 24 ◦ green 247 ◦ blue 18

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

Shades of Free Speech Green #18F712

Tints of Free Speech Green #18F712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 85.47%

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 8.3%
G = 85.47%
B = 6.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#18F712 (or 0x18F712) is known color: Free Speech Green. HEX triplet: 18, F7 and 12. RGB value is (24,247,18). Sum of RGB (Red+Green+Blue) = 24+247+18=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 247 (96.88% from 255 or 85.47% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 247 - color contains mainly: green. Hex color #18F712 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #18F712 is #E708ED. Grayscale: #9A9A9A. Windows color (decimal): -15141102 or 1242904. OLE color: 1242904.

HSL color Cylindrical-coordinate representation of color #18F712: hue angle of 118.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18F712 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 247 18 -
CMYK 0.90 0 0.93 0.03
HSL 118.43º 0.93% 0.52% -
HSV(B) 118.43º 0.93% 0.97% -
XYZ 33.75 66.76 11.68 -
YUV 154.22 51.12 35.12 -
System Red Green Blue C M Y K H S L
Decimal 24 247 18 0.90 0 0.93 0.03 118.43 0.93 0.52
Hex 18 F7 12 5A 0 5D 3 76 5D 34
Octal 30 367 22 132 0 135 3 166 135 64
Binary 11000 11110111 10010 1011010 0 1011101 11 1110110 1011101 110100

Color Harmonies of #18F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F712

Black with #18F712

Text Example


Text Example

White with #18F712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,247,18); }

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

background-color css

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

 a { background-color: rgb(24,247,18); }

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

border-color css

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

 span { border-color: rgb(24,247,18); }

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