#0FDF2B

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

Shades of Free Speech Green #0FDF2B

Tints of Free Speech Green #0FDF2B

Color information

#0FDF2B (or 0x0FDF2B) is unknown color: approx Free Speech Green. HEX triplet: 0F, DF and 2B. RGB value is (15,223,43). Sum of RGB (Red+Green+Blue) = 15+223+43=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 223 (87.5% from 255 or 79.36% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF2B is #F020D4. Grayscale: #8C8C8C. Windows color (decimal): -15737045 or 2875151. OLE color: 2875151.

HSL color Cylindrical-coordinate representation of color #0FDF2B: hue angle of 128.08º 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 #0FDF2B is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB1522343-
CMYK0.9300.810.13
HSL128.08º87.39%46.67%-
HSV(B)128.08º93.27%87.45%-
XYZ27.0253.0511.1-
YUV140.2973.0938.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.34%
GREEN value IS 223 (87.5% from 255) = 79.36%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=5.34%
G=79.36%
B=15.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15223430.9300.810.13128.0887.3946.67
HexFDF2B5D051D80572f
Octal173375313501211520012757
Binary1111110111111010111011101010100011101100000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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