#0DE715

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

Shades of Free Speech Green #0DE715

Tints of Free Speech Green #0DE715

Color information

#0DE715 (or 0x0DE715) is unknown color: approx Free Speech Green. HEX triplet: 0D, E7 and 15. RGB value is (13,231,21). Sum of RGB (Red+Green+Blue) = 13+231+21=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 231 (90.62% from 255 or 87.17% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 231 - color contains mainly: green. Hex color #0DE715 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DE715 is #F218EA. Grayscale: #8E8E8E. Windows color (decimal): -15866091 or 1435405. OLE color: 1435405.

HSL color Cylindrical-coordinate representation of color #0DE715: hue angle of 122.2º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE715 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB1323121-
CMYK0.9400.910.09
HSL122.2º89.34%47.84%-
HSV(B)122.2º94.37%90.59%-
XYZ28.8857.2910.25-
YUV141.8859.7836.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 231 (90.62% from 255) = 87.17%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=4.91%
G=87.17%
B=7.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal13231210.9400.910.09122.289.3447.84
HexDE7155E05B97a5930
Octal153472513601331117213160
Binary11011110011110101101111001011011100111110101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,231,21); }

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

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

 a { background-color: rgb(13,231,21); }

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

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

 span { border-color: rgb(13,231,21); }

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