#0CDD21

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

Shades of Free Speech Green #0CDD21

Tints of Free Speech Green #0CDD21

Color information

#0CDD21 (or 0x0CDD21) is unknown color: approx Free Speech Green. HEX triplet: 0C, DD and 21. RGB value is (12,221,33). Sum of RGB (Red+Green+Blue) = 12+221+33=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 221 (86.72% from 255 or 83.08% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDD21 is #F322DE. Grayscale: #898989. Windows color (decimal): -15934175 or 2219276. OLE color: 2219276.

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

Color convert

RGB1222133-
CMYK0.9500.850.13
HSL126.03º89.7%45.69%-
HSV(B)126.03º94.57%86.67%-
XYZ26.2851.910.07-
YUV137.0869.2638.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.51%
GREEN value IS 221 (86.72% from 255) = 83.08%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=4.51%
G=83.08%
B=12.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12221330.9500.850.13126.0389.745.69
HexCDD215F055D7e5a2e
Octal143354113701251517613256
Binary110011011101100001101111101010101110111111101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,221,33); }

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

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

 a { background-color: rgb(12,221,33); }

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

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

 span { border-color: rgb(12,221,33); }

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