Html Css Color HEX #12FE1D Free Speech Green

📋 copy color: '#12FE1D'

red 18 ◦ green 254 ◦ blue 29

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

Shades of Free Speech Green #12FE1D

Tints of Free Speech Green #12FE1D

RGB

 RED value IS 18 (7.42% from 255) = 5.98%

 GREEN value IS 254 (99.61% from 255) = 84.39%

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 5.98%
G = 84.39%
B = 9.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#12FE1D (or 0x12FE1D) is known color: Free Speech Green. HEX triplet: 12, FE and 1D. RGB value is (18,254,29). Sum of RGB (Red+Green+Blue) = 18+254+29=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 254 (99.61% from 255 or 84.39% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FE1D is #ED01E2. Grayscale: #9E9E9E. Windows color (decimal): -15532515 or 1965586. OLE color: 1965586.

HSL color Cylindrical-coordinate representation of color #12FE1D: hue angle of 122.8º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FE1D is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 254 29 -
CMYK 0.93 0 0.89 0.00
HSL 122.8º 0.99% 0.53% -
HSV(B) 122.8º 0.93% 1% -
XYZ 35.91 71.1 12.99 -
YUV 157.79 55.31 28.3 -
System Red Green Blue C M Y K H S L
Decimal 18 254 29 0.93 0 0.89 0.00 122.8 0.99 0.53
Hex 12 FE 1D 5D 0 59 0 7B 63 35
Octal 22 376 35 135 0 131 0 173 143 65
Binary 10010 11111110 11101 1011101 0 1011001 0 1111011 1100011 110101

Color Harmonies of #12FE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE1D

Black with #12FE1D

Text Example


Text Example

White with #12FE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12FE1D; }

 p { color: rgb(18,254,29); }

 H1.HeaderClassName
 {
   color: #12FE1D;
 }
 .AnyTagClassName
 {
   color: #12FE1D;
 }
</style>

background-color css

<style>
 a { background-color: #12FE1D; }

 a { background-color: rgb(18,254,29); }

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

border-color css

<style>
 span { border-color: #12FE1D; }

 span { border-color: rgb(18,254,29); }

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