#02AD7F

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

Shades of Free Speech Aquamarine #02AD7F

Tints of Free Speech Aquamarine #02AD7F

Color information

#02AD7F (or 0x02AD7F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, AD and 7F. RGB value is (2,173,127). Sum of RGB (Red+Green+Blue) = 2+173+127=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD7F is #FD5280. Grayscale: #747474. Windows color (decimal): -16601729 or 8367362. OLE color: 8367362.

HSL color Cylindrical-coordinate representation of color #02AD7F: hue angle of 163.86º 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 #02AD7F is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB2173127-
CMYK0.9900.270.32
HSL163.86º97.71%34.31%-
HSV(B)163.86º98.84%67.84%-
XYZ18.831.4325.15-
YUV116.63133.8546.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 127 (50% from 255) = 42.05%
R=0.66%
G=57.28%
B=42.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21731270.9900.270.32163.8697.7134.31
Hex2AD7F6301B20a46222
Octal22551771430334024414242
Binary101010110111111111100011011011100000101001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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