#0FDD1F

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

Shades of Free Speech Green #0FDD1F

Tints of Free Speech Green #0FDD1F

Color information

#0FDD1F (or 0x0FDD1F) is unknown color: approx Free Speech Green. HEX triplet: 0F, DD and 1F. RGB value is (15,221,31). Sum of RGB (Red+Green+Blue) = 15+221+31=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 221 (86.72% from 255 or 82.77% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD1F is #F022E0. Grayscale: #8A8A8A. Windows color (decimal): -15737569 or 2088207. OLE color: 2088207.

HSL color Cylindrical-coordinate representation of color #0FDD1F: hue angle of 124.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD1F is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB1522131-
CMYK0.9300.860.13
HSL124.66º87.29%46.27%-
HSV(B)124.66º93.21%86.67%-
XYZ26.351.919.93-
YUV137.7567.7540.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.62%
GREEN value IS 221 (86.72% from 255) = 82.77%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=5.62%
G=82.77%
B=11.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15221310.9300.860.13124.6687.2946.27
HexFDD1F5D056D7d572e
Octal173353713501261517512756
Binary11111101110111111101110101010110110111111011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,221,31); }

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

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

 a { background-color: rgb(15,221,31); }

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

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

 span { border-color: rgb(15,221,31); }

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