#27F412

Color #27F412 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #27F412

Tints of Free Speech Green #27F412

Color information

#27F412 (or 0x27F412) is unknown color: approx Free Speech Green. HEX triplet: 27, F4 and 12. RGB value is (39,244,18). Sum of RGB (Red+Green+Blue) = 39+244+18=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 244 (95.70% from 255 or 81.06% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 244 - color contains mainly: green. Hex color #27F412 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F412 is #D80BED. Grayscale: #9D9D9D. Windows color (decimal): -14158830 or 1242151. OLE color: 1242151.

HSL color Cylindrical-coordinate representation of color #27F412: hue angle of 114.42º 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 #27F412 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB3924418-
CMYK0.8400.930.04
HSL114.42º91.13%51.37%-
HSV(B)114.42º92.62%95.69%-
XYZ33.365.1811.4-
YUV156.9449.5843.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 244 (95.70% from 255) = 81.06%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=12.96%
G=81.06%
B=5.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal39244180.8400.930.04114.4291.1351.37
Hex27F4125405D4725b33
Octal47364221240135416213363
Binary100111111101001001010101000101110110011100101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27F412; }

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

 H1.HeaderClassName
 {
   color: #27F412;
 }
 .AnyTagClassName
 {
   color: #27F412;
 }
</style>
background-color css

<style>
 a { background-color: #27F412; }

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

 div.DivClassName
 {
   background-color: #27F412;
 }
 .BgClassName
 {
   background-color: #27F412;
 }
</style>
border-color css

<style>
 span { border-color: #27F412; }

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

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