Html Css Color HEX #00A779 Free Speech Aquamarine

📋 copy color: '#00A779'

red 0 ◦ green 167 ◦ blue 121

#00A779
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #00A779

Tints of Free Speech Aquamarine #00A779

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 167 (65.63% from 255) = 57.99%

 BLUE value IS 121 (47.66% from 255) = 42.01%

R = 0%
G = 57.99%
B = 42.01%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#00A779 (or 0x00A779) is known color: Free Speech Aquamarine. HEX triplet: 00, A7 and 79. RGB value is (0,167,121). Sum of RGB (Red+Green+Blue) = 0+167+121=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 167 (65.62% from 255 or 57.99% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 167 - color contains mainly: green. Hex color #00A779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A779 is #FF5886. Grayscale: #6F6F6F. Windows color (decimal): -16734343 or 7972608. OLE color: 7972608.

HSL color Cylindrical-coordinate representation of color #00A779: hue angle of 163.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A779 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 167 121 -
CMYK 1 0 0.28 0.35
HSL 163.47º 1% 0.33% -
HSV(B) 163.47º 1% 0.65% -
XYZ 17.27 29.02 22.78 -
YUV 111.82 133.17 48.24 -
System Red Green Blue C M Y K H S L
Decimal 0 167 121 1 0 0.28 0.35 163.47 1 0.33
Hex 0 A7 79 64 0 1C 23 A3 64 21
Octal 0 247 171 144 0 34 43 243 144 41
Binary 0 10100111 1111001 1100100 0 11100 100011 10100011 1100100 100001

Color Harmonies of #00A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A779

Black with #00A779

Text Example


Text Example

White with #00A779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,167,121); }

 H1.HeaderClassName
 {
   color: #00A779;
 }
 .AnyTagClassName
 {
   color: #00A779;
 }
</style>

background-color css

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

 a { background-color: rgb(0,167,121); }

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

border-color css

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

 span { border-color: rgb(0,167,121); }

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