#18E01C

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

Shades of Free Speech Green #18E01C

Tints of Free Speech Green #18E01C

Color information

#18E01C (or 0x18E01C) is unknown color: approx Free Speech Green. HEX triplet: 18, E0 and 1C. RGB value is (24,224,28). Sum of RGB (Red+Green+Blue) = 24+224+28=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 224 (87.89% from 255 or 81.16% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 224 - color contains mainly: green. Hex color #18E01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E01C is #E71FE3. Grayscale: #8E8E8E. Windows color (decimal): -15146980 or 1892376. OLE color: 1892376.

HSL color Cylindrical-coordinate representation of color #18E01C: hue angle of 121.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E01C is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB2422428-
CMYK0.8900.880.12
HSL121.2º80.65%48.63%-
HSV(B)121.2º89.29%87.84%-
XYZ27.2453.5910.01-
YUV141.8663.7443.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 224 (87.89% from 255) = 81.16%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=8.70%
G=81.16%
B=10.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal24224280.8900.880.12121.280.6548.63
Hex18E01C59058C795131
Octal303403413101301417112161
Binary110001110000011100101100101011000110011110011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18E01C; }

 p { color: rgb(24,224,28); }

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

<style>
 a { background-color: #18E01C; }

 a { background-color: rgb(24,224,28); }

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

<style>
 span { border-color: #18E01C; }

 span { border-color: rgb(24,224,28); }

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