#0DF125

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

Shades of Free Speech Green #0DF125

Tints of Free Speech Green #0DF125

Color information

#0DF125 (or 0x0DF125) is unknown color: approx Free Speech Green. HEX triplet: 0D, F1 and 25. RGB value is (13,241,37). Sum of RGB (Red+Green+Blue) = 13+241+37=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 241 (94.53% from 255 or 82.82% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF125 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF125 is #F20EDA. Grayscale: #969696. Windows color (decimal): -15863515 or 2486541. OLE color: 2486541.

HSL color Cylindrical-coordinate representation of color #0DF125: hue angle of 126.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF125 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB1324137-
CMYK0.9500.850.05
HSL126.32º89.76%49.8%-
HSV(B)126.32º94.61%94.51%-
XYZ31.9663.1312.25-
YUV149.5764.4630.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.47%
GREEN value IS 241 (94.53% from 255) = 82.82%
BLUE value IS 37 (14.84% from 255) = 12.71%
R=4.47%
G=82.82%
B=12.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal13241370.9500.850.05126.3289.7649.8
HexDF1255F05557e5a32
Octal15361451370125517613262
Binary11011111000110010110111110101010110111111101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,241,37); }

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

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

 a { background-color: rgb(13,241,37); }

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

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

 span { border-color: rgb(13,241,37); }

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