Html Css Color HEX #04AD8A Persian Green

📋 copy color: '#04AD8A'

red 4 ◦ green 173 ◦ blue 138

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

Shades of Persian Green #04AD8A

Tints of Persian Green #04AD8A

RGB

 RED value IS 4 (1.95% from 255) = 1.27%

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 1.27%
G = 54.92%
B = 43.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#04AD8A (or 0x04AD8A) is known color: Persian Green. HEX triplet: 04, AD and 8A. RGB value is (4,173,138). Sum of RGB (Red+Green+Blue) = 4+173+138=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AD8A is #FB5275. Grayscale: #767676. Windows color (decimal): -16470646 or 9088260. OLE color: 9088260.

HSL color Cylindrical-coordinate representation of color #04AD8A: hue angle of 167.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD8A is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 173 138 -
CMYK 0.98 0 0.20 0.32
HSL 167.57º 0.95% 0.35% -
HSV(B) 167.57º 0.98% 0.68% -
XYZ 19.58 31.75 29.14 -
YUV 118.48 139.01 46.35 -
System Red Green Blue C M Y K H S L
Decimal 4 173 138 0.98 0 0.20 0.32 167.57 0.95 0.35
Hex 4 AD 8A 62 0 14 20 A8 5F 23
Octal 4 255 212 142 0 24 40 250 137 43
Binary 100 10101101 10001010 1100010 0 10100 100000 10101000 1011111 100011

Color Harmonies of #04AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AD8A

Black with #04AD8A

Text Example


Text Example

White with #04AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AD8A; }

 p { color: rgb(4,173,138); }

 H1.HeaderClassName
 {
   color: #04AD8A;
 }
 .AnyTagClassName
 {
   color: #04AD8A;
 }
</style>

background-color css

<style>
 a { background-color: #04AD8A; }

 a { background-color: rgb(4,173,138); }

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

border-color css

<style>
 span { border-color: #04AD8A; }

 span { border-color: rgb(4,173,138); }

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