#00dd22

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

Shades of Free Speech Green #00DD22

Tints of Free Speech Green #00DD22

Color information

#00DD22 (or 0x00DD22) is unknown color: approx Free Speech Green. HEX triplet: 00, DD and 22. RGB value is (0,221,34). Sum of RGB (Red+Green+Blue) = 0+221+34=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 221 (86.72% from 255 or 86.67% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD22 is #FF22DD. Grayscale: #868686. Windows color (decimal): -16720606 or 2284800. OLE color: 2284800.

HSL color Cylindrical-coordinate representation of color #00DD22: hue angle of 129.23º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD22 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB022134-
CMYK100.850.13
HSL129.23º100%43.33%-
HSV(B)129.23º100%86.67%-
XYZ26.1551.8310.14-
YUV133.671.7832.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 86.67%
BLUE value IS 34 (13.67% from 255) = 13.33%
R=0%
G=86.67%
B=13.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022134100.850.13129.2310043.33
Hex0DD2264055D81642b
Octal03354214401251520114453
Binary0110111011000101100100010101011101100000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00dd22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00dd22; }

 p { color: rgb(0,221,34); }

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

<style>
 a { background-color: #00dd22; }

 a { background-color: rgb(0,221,34); }

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

<style>
 span { border-color: #00dd22; }

 span { border-color: rgb(0,221,34); }

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