#11CD08

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

Shades of Free Speech Green #11CD08

Tints of Free Speech Green #11CD08

Color information

#11CD08 (or 0x11CD08) is unknown color: approx Free Speech Green. HEX triplet: 11, CD and 08. RGB value is (17,205,8). Sum of RGB (Red+Green+Blue) = 17+205+8=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 205 (80.47% from 255 or 89.13% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 205 - color contains mainly: green. Hex color #11CD08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CD08 is #EE32F7. Grayscale: #7E7E7E. Windows color (decimal): -15610616 or 576785. OLE color: 576785.

HSL color Cylindrical-coordinate representation of color #11CD08: hue angle of 117.26º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11CD08 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB172058-
CMYK0.9200.960.20
HSL117.26º92.49%41.76%-
HSV(B)117.26º96.1%80.39%-
XYZ22.1143.87.52-
YUV126.3361.2250.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 205 (80.47% from 255) = 89.13%
BLUE value IS 8 (3.52% from 255) = 3.48%
R=7.39%
G=89.13%
B=3.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1720580.9200.960.20117.2692.4941.76
Hex11CD85C06014755c2a
Octal213151013401402416513452
Binary100011100110110001011100011000001010011101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11CD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11CD08; }

 p { color: rgb(17,205,8); }

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

<style>
 a { background-color: #11CD08; }

 a { background-color: rgb(17,205,8); }

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

<style>
 span { border-color: #11CD08; }

 span { border-color: rgb(17,205,8); }

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