#00CF15

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

Shades of Free Speech Green #00CF15

Tints of Free Speech Green #00CF15

Color information

#00CF15 (or 0x00CF15) is unknown color: approx Free Speech Green. HEX triplet: 00, CF and 15. RGB value is (0,207,21). Sum of RGB (Red+Green+Blue) = 0+207+21=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 207 (81.25% from 255 or 90.79% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CF15 is #FF30EA. Grayscale: #7C7C7C. Windows color (decimal): -16724203 or 1429248. OLE color: 1429248.

HSL color Cylindrical-coordinate representation of color #00CF15: hue angle of 126.09º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF15 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB020721-
CMYK100.900.19
HSL126.09º100%40.59%-
HSV(B)126.09º100%81.18%-
XYZ22.4544.688.15-
YUV123.969.9239.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 207 (81.25% from 255) = 90.79%
BLUE value IS 21 (8.59% from 255) = 9.21%
R=0%
G=90.79%
B=9.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal020721100.900.19126.0910040.59
Hex0CF156405A137e6429
Octal03172514401322317614451
Binary011001111101011100100010110101001111111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,207,21); }

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

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

 a { background-color: rgb(0,207,21); }

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

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

 span { border-color: rgb(0,207,21); }

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