#0FFD36

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

Shades of Free Speech Green #0FFD36

Tints of Free Speech Green #0FFD36

Color information

#0FFD36 (or 0x0FFD36) is unknown color: approx Free Speech Green. HEX triplet: 0F, FD and 36. RGB value is (15,253,54). Sum of RGB (Red+Green+Blue) = 15+253+54=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 253 (99.22% from 255 or 78.57% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD36 is #F002C9. Grayscale: #9F9F9F. Windows color (decimal): -15729354 or 3603727. OLE color: 3603727.

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

Color convert

RGB1525354-
CMYK0.9400.790.01
HSL129.83º98.35%52.55%-
HSV(B)129.83º94.07%99.22%-
XYZ35.9970.6215.22-
YUV159.1568.6525.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.66%
GREEN value IS 253 (99.22% from 255) = 78.57%
BLUE value IS 54 (21.48% from 255) = 16.77%
R=4.66%
G=78.57%
B=16.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15253540.9400.790.01129.8398.3552.55
HexFFD365E04F1826235
Octal17375661360117120214265
Binary1111111111011101101011110010011111100000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,253,54); }

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

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

 a { background-color: rgb(15,253,54); }

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

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

 span { border-color: rgb(15,253,54); }

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