Html Css Color HEX #00ADA4 Persian Green

📋 copy color: '#00ADA4'

red 0 ◦ green 173 ◦ blue 164

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

Shades of Persian Green #00ADA4

Tints of Persian Green #00ADA4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.34%

 BLUE value IS 164 (64.45% from 255) = 48.66%

R = 0%
G = 51.34%
B = 48.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#00ADA4 (or 0x00ADA4) is known color: Persian Green. HEX triplet: 00, AD and A4. RGB value is (0,173,164). Sum of RGB (Red+Green+Blue) = 0+173+164=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #00ADA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ADA4 is #FF525B. Grayscale: #787878. Windows color (decimal): -16732764 or 10792192. OLE color: 10792192.

HSL color Cylindrical-coordinate representation of color #00ADA4: hue angle of 176.88º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADA4 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 173 164 -
CMYK 1 0 0.05 0.32
HSL 176.88º 1% 0.34% -
HSV(B) 176.88º 1% 0.68% -
XYZ 21.64 32.57 40.27 -
YUV 120.25 152.69 42.23 -
System Red Green Blue C M Y K H S L
Decimal 0 173 164 1 0 0.05 0.32 176.88 1 0.34
Hex 0 AD A4 64 0 5 20 B1 64 22
Octal 0 255 244 144 0 5 40 261 144 42
Binary 0 10101101 10100100 1100100 0 101 100000 10110001 1100100 100010

Color Harmonies of #00ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADA4

Black with #00ADA4

Text Example


Text Example

White with #00ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,173,164); }

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

background-color css

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

 a { background-color: rgb(0,173,164); }

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

border-color css

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

 span { border-color: rgb(0,173,164); }

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