#02AD7D

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

Shades of Free Speech Aquamarine #02AD7D

Tints of Free Speech Aquamarine #02AD7D

Color information

#02AD7D (or 0x02AD7D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, AD and 7D. RGB value is (2,173,125). Sum of RGB (Red+Green+Blue) = 2+173+125=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD7D is #FD5282. Grayscale: #747474. Windows color (decimal): -16601731 or 8236290. OLE color: 8236290.

HSL color Cylindrical-coordinate representation of color #02AD7D: hue angle of 163.16º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AD7D is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB2173125-
CMYK0.9900.280.32
HSL163.16º97.71%34.31%-
HSV(B)163.16º98.84%67.84%-
XYZ18.6731.3824.48-
YUV116.4132.8546.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 173 (67.97% from 255) = 57.67%
BLUE value IS 125 (49.22% from 255) = 41.67%
R=0.67%
G=57.67%
B=41.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21731250.9900.280.32163.1697.7134.31
Hex2AD7D6301C20a36222
Octal22551751430344024314242
Binary101010110111111011100011011100100000101000111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02AD7D; }

 p { color: rgb(2,173,125); }

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

<style>
 a { background-color: #02AD7D; }

 a { background-color: rgb(2,173,125); }

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

<style>
 span { border-color: #02AD7D; }

 span { border-color: rgb(2,173,125); }

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