#0DD924

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

Shades of Free Speech Green #0DD924

Tints of Free Speech Green #0DD924

Color information

#0DD924 (or 0x0DD924) is unknown color: approx Free Speech Green. HEX triplet: 0D, D9 and 24. RGB value is (13,217,36). Sum of RGB (Red+Green+Blue) = 13+217+36=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #0DD924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD924 is #F226DB. Grayscale: #878787. Windows color (decimal): -15869660 or 2414861. OLE color: 2414861.

HSL color Cylindrical-coordinate representation of color #0DD924: hue angle of 126.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD924 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB1321736-
CMYK0.9400.830.15
HSL126.76º88.7%45.1%-
HSV(B)126.76º94.01%85.1%-
XYZ25.349.849.96-
YUV135.3771.9140.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.89%
GREEN value IS 217 (85.16% from 255) = 81.58%
BLUE value IS 36 (14.45% from 255) = 13.53%
R=4.89%
G=81.58%
B=13.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13217360.9400.830.15126.7688.745.1
HexDD9245E053F7f592d
Octal153314413601231717713155
Binary110111011001100100101111001010011111111111111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,217,36); }

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

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

 a { background-color: rgb(13,217,36); }

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

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

 span { border-color: rgb(13,217,36); }

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