Html Css Color HEX #12F431 Free Speech Green

📋 copy color: '#12F431'

red 18 ◦ green 244 ◦ blue 49

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

Shades of Free Speech Green #12F431

Tints of Free Speech Green #12F431

RGB

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

 GREEN value IS 244 (95.7% from 255) = 78.46%

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 5.79%
G = 78.46%
B = 15.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#12F431 (or 0x12F431) is known color: Free Speech Green. HEX triplet: 12, F4 and 31. RGB value is (18,244,49). Sum of RGB (Red+Green+Blue) = 18+244+49=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 244 (95.70% from 255 or 78.46% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 244 - color contains mainly: green. Hex color #12F431 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F431 is #ED0BCE. Grayscale: #9A9A9A. Windows color (decimal): -15535055 or 3273746. OLE color: 3273746.

HSL color Cylindrical-coordinate representation of color #12F431: hue angle of 128.23º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F431 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 244 49 -
CMYK 0.93 0 0.80 0.04
HSL 128.23º 0.91% 0.51% -
HSV(B) 128.23º 0.93% 0.96% -
XYZ 33.15 65.05 13.71 -
YUV 154.2 68.63 30.86 -
System Red Green Blue C M Y K H S L
Decimal 18 244 49 0.93 0 0.80 0.04 128.23 0.91 0.51
Hex 12 F4 31 5D 0 50 4 80 5B 33
Octal 22 364 61 135 0 120 4 200 133 63
Binary 10010 11110100 110001 1011101 0 1010000 100 10000000 1011011 110011

Color Harmonies of #12F431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F431

Black with #12F431

Text Example


Text Example

White with #12F431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,244,49); }

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

background-color css

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

 a { background-color: rgb(18,244,49); }

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

border-color css

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

 span { border-color: rgb(18,244,49); }

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