#0FDF2C

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

Shades of Free Speech Green #0FDF2C

Tints of Free Speech Green #0FDF2C

Color information

#0FDF2C (or 0x0FDF2C) is unknown color: approx Free Speech Green. HEX triplet: 0F, DF and 2C. RGB value is (15,223,44). Sum of RGB (Red+Green+Blue) = 15+223+44=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF2C is #F020D3. Grayscale: #8C8C8C. Windows color (decimal): -15737044 or 2940687. OLE color: 2940687.

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

Color convert

RGB1522344-
CMYK0.9300.800.13
HSL128.37º87.39%46.67%-
HSV(B)128.37º93.27%87.45%-
XYZ27.0453.0611.2-
YUV140.473.5938.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.32%
GREEN value IS 223 (87.5% from 255) = 79.08%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=5.32%
G=79.08%
B=15.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15223440.9300.800.13128.3787.3946.67
HexFDF2C5D050D80572f
Octal173375413501201520012757
Binary1111110111111011001011101010100001101100000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,223,44); }

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

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

 a { background-color: rgb(15,223,44); }

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

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

 span { border-color: rgb(15,223,44); }

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