#07D81A

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

Shades of Free Speech Green #07D81A

Tints of Free Speech Green #07D81A

Color information

#07D81A (or 0x07D81A) is unknown color: approx Free Speech Green. HEX triplet: 07, D8 and 1A. RGB value is (7,216,26). Sum of RGB (Red+Green+Blue) = 7+216+26=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 216 (84.77% from 255 or 86.75% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 216 - color contains mainly: green. Hex color #07D81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D81A is #F827E5. Grayscale: #848484. Windows color (decimal): -16263142 or 1759239. OLE color: 1759239.

HSL color Cylindrical-coordinate representation of color #07D81A: hue angle of 125.45º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D81A is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB721626-
CMYK0.9700.880.15
HSL125.45º93.72%43.73%-
HSV(B)125.45º96.76%84.71%-
XYZ24.8349.239.17-
YUV131.8568.2638.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.81%
GREEN value IS 216 (84.77% from 255) = 86.75%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=2.81%
G=86.75%
B=10.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal7216260.9700.880.15125.4593.7243.73
Hex7D81A61058F7d5e2c
Octal73303214101301717513654
Binary1111101100011010110000101011000111111111011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07D81A; }

 p { color: rgb(7,216,26); }

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

<style>
 a { background-color: #07D81A; }

 a { background-color: rgb(7,216,26); }

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

<style>
 span { border-color: #07D81A; }

 span { border-color: rgb(7,216,26); }

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