#0FFE2A

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

Shades of Free Speech Green #0FFE2A

Tints of Free Speech Green #0FFE2A

Color information

#0FFE2A (or 0x0FFE2A) is unknown color: approx Free Speech Green. HEX triplet: 0F, FE and 2A. RGB value is (15,254,42). Sum of RGB (Red+Green+Blue) = 15+254+42=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 254 (99.61% from 255 or 81.67% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE2A is #F001D5. Grayscale: #9E9E9E. Windows color (decimal): -15729110 or 2817551. OLE color: 2817551.

HSL color Cylindrical-coordinate representation of color #0FFE2A: hue angle of 126.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE2A is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB1525442-
CMYK0.9400.830.00
HSL126.78º99.17%52.75%-
HSV(B)126.78º94.09%99.61%-
XYZ36.0671.1514.02-
YUV158.3762.3225.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 254 (99.61% from 255) = 81.67%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=4.82%
G=81.67%
B=13.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal15254420.9400.830.00126.7899.1752.75
HexFFE2A5E05307f6335
Octal17376521360123017714365
Binary111111111110101010101111001010011011111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FFE2A; }

 p { color: rgb(15,254,42); }

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

<style>
 a { background-color: #0FFE2A; }

 a { background-color: rgb(15,254,42); }

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

<style>
 span { border-color: #0FFE2A; }

 span { border-color: rgb(15,254,42); }

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