#0acf18

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

Shades of Free Speech Green #0ACF18

Tints of Free Speech Green #0ACF18

Color information

#0ACF18 (or 0x0ACF18) is unknown color: approx Free Speech Green. HEX triplet: 0A, CF and 18. RGB value is (10,207,24). Sum of RGB (Red+Green+Blue) = 10+207+24=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 207 (81.25% from 255 or 85.89% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF18 is #F530E7. Grayscale: #7F7F7F. Windows color (decimal): -16068840 or 1625866. OLE color: 1625866.

HSL color Cylindrical-coordinate representation of color #0ACF18: hue angle of 124.26º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACF18 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB1020724-
CMYK0.9500.880.19
HSL124.26º90.78%42.55%-
HSV(B)124.26º95.17%81.18%-
XYZ22.644.768.31-
YUV127.2369.7344.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 207 (81.25% from 255) = 85.89%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=4.15%
G=85.89%
B=9.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal10207240.9500.880.19124.2690.7842.55
HexACF185F058137c5b2b
Octal123173013701302317413353
Binary101011001111110001011111010110001001111111001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0acf18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,207,24); }

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

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

 a { background-color: rgb(10,207,24); }

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

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

 span { border-color: rgb(10,207,24); }

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