Html Css Color HEX #12F215 Free Speech Green

📋 copy color: '#12F215'

red 18 ◦ green 242 ◦ blue 21

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

Shades of Free Speech Green #12F215

Tints of Free Speech Green #12F215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 86.12%

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 6.41%
G = 86.12%
B = 7.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#12F215 (or 0x12F215) is known color: Free Speech Green. HEX triplet: 12, F2 and 15. RGB value is (18,242,21). Sum of RGB (Red+Green+Blue) = 18+242+21=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 242 (94.92% from 255 or 86.12% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 242 - color contains mainly: green. Hex color #12F215 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F215 is #ED0DEA. Grayscale: #969696. Windows color (decimal): -15535595 or 1438226. OLE color: 1438226.

HSL color Cylindrical-coordinate representation of color #12F215: hue angle of 120.8º degrees, saturation: 0.9, 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 #12F215 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 242 21 -
CMYK 0.93 0 0.91 0.05
HSL 120.8º 0.9% 0.51% -
HSV(B) 120.8º 0.93% 0.95% -
XYZ 32.14 63.69 11.31 -
YUV 149.83 55.29 33.97 -
System Red Green Blue C M Y K H S L
Decimal 18 242 21 0.93 0 0.91 0.05 120.8 0.9 0.51
Hex 12 F2 15 5D 0 5B 5 79 5A 33
Octal 22 362 25 135 0 133 5 171 132 63
Binary 10010 11110010 10101 1011101 0 1011011 101 1111001 1011010 110011

Color Harmonies of #12F215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F215

Black with #12F215

Text Example


Text Example

White with #12F215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,242,21); }

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

background-color css

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

 a { background-color: rgb(18,242,21); }

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

border-color css

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

 span { border-color: rgb(18,242,21); }

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