Html Css Color HEX #12F11D Free Speech Green

📋 copy color: '#12F11D'

red 18 ◦ green 241 ◦ blue 29

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

Shades of Free Speech Green #12F11D

Tints of Free Speech Green #12F11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 83.68%

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

R = 6.25%
G = 83.68%
B = 10.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#12F11D (or 0x12F11D) is known color: Free Speech Green. HEX triplet: 12, F1 and 1D. RGB value is (18,241,29). Sum of RGB (Red+Green+Blue) = 18+241+29=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 241 (94.53% from 255 or 83.68% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 241 - color contains mainly: green. Hex color #12F11D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F11D is #ED0EE2. Grayscale: #969696. Windows color (decimal): -15535843 or 1962258. OLE color: 1962258.

HSL color Cylindrical-coordinate representation of color #12F11D: hue angle of 122.96º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F11D is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 241 29 -
CMYK 0.93 0 0.88 0.05
HSL 122.96º 0.89% 0.51% -
HSV(B) 122.96º 0.93% 0.95% -
XYZ 31.93 63.13 11.66 -
YUV 150.16 59.62 33.74 -
System Red Green Blue C M Y K H S L
Decimal 18 241 29 0.93 0 0.88 0.05 122.96 0.89 0.51
Hex 12 F1 1D 5D 0 58 5 7B 59 33
Octal 22 361 35 135 0 130 5 173 131 63
Binary 10010 11110001 11101 1011101 0 1011000 101 1111011 1011001 110011

Color Harmonies of #12F11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F11D

Black with #12F11D

Text Example


Text Example

White with #12F11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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