#0DD702

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

Shades of Free Speech Green #0DD702

Tints of Free Speech Green #0DD702

Color information

#0DD702 (or 0x0DD702) is unknown color: approx Free Speech Green. HEX triplet: 0D, D7 and 02. RGB value is (13,215,2). Sum of RGB (Red+Green+Blue) = 13+215+2=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 215 (84.38% from 255 or 93.48% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD702 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD702 is #F228FD. Grayscale: #828282. Windows color (decimal): -15870206 or 186125. OLE color: 186125.

HSL color Cylindrical-coordinate representation of color #0DD702: hue angle of 116.9º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DD702 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB132152-
CMYK0.9400.990.16
HSL116.9º98.16%42.55%-
HSV(B)116.9º99.07%84.31%-
XYZ24.4848.698.17-
YUV130.3255.5844.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.65%
GREEN value IS 215 (84.38% from 255) = 93.48%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=5.65%
G=93.48%
B=0.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321520.9400.990.16116.998.1642.55
HexDD725E0631075622b
Octal15327213601432016514253
Binary110111010111101011110011000111000011101011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,215,2); }

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

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

 a { background-color: rgb(13,215,2); }

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

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

 span { border-color: rgb(13,215,2); }

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