#27F919

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

Shades of Free Speech Green #27F919

Tints of Free Speech Green #27F919

Color information

#27F919 (or 0x27F919) is unknown color: approx Free Speech Green. HEX triplet: 27, F9 and 19. RGB value is (39,249,25). Sum of RGB (Red+Green+Blue) = 39+249+25=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 249 (97.66% from 255 or 79.55% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 249 - color contains mainly: green. Hex color #27F919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F919 is #D806E6. Grayscale: #A1A1A1. Windows color (decimal): -14157543 or 1702183. OLE color: 1702183.

HSL color Cylindrical-coordinate representation of color #27F919: hue angle of 116.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27F919 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB3924925-
CMYK0.8400.900.02
HSL116.25º94.92%53.73%-
HSV(B)116.25º89.96%97.65%-
XYZ34.8968.2512.26-
YUV160.6751.4341.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 249 (97.66% from 255) = 79.55%
BLUE value IS 25 (10.16% from 255) = 7.99%
R=12.46%
G=79.55%
B=7.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal39249250.8400.900.02116.2594.9253.73
Hex27F9195405A2745f36
Octal47371311240132216413766
Binary10011111111001110011010100010110101011101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,249,25); }

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

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

 a { background-color: rgb(39,249,25); }

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

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

 span { border-color: rgb(39,249,25); }

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