Html Css Color HEX #04AB85 Persian Green

📋 copy color: '#04AB85'

red 4 ◦ green 171 ◦ blue 133

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

Shades of Persian Green #04AB85

Tints of Persian Green #04AB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.52%

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 1.3%
G = 55.52%
B = 43.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#04AB85 (or 0x04AB85) is known color: Persian Green. HEX triplet: 04, AB and 85. RGB value is (4,171,133). Sum of RGB (Red+Green+Blue) = 4+171+133=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AB85 is #FB547A. Grayscale: #747474. Windows color (decimal): -16471163 or 8760068. OLE color: 8760068.

HSL color Cylindrical-coordinate representation of color #04AB85: hue angle of 166.35º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB85 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 171 133 -
CMYK 0.98 0 0.22 0.33
HSL 166.35º 0.95% 0.34% -
HSV(B) 166.35º 0.98% 0.67% -
XYZ 18.85 30.85 27.15 -
YUV 116.74 137.17 47.59 -
System Red Green Blue C M Y K H S L
Decimal 4 171 133 0.98 0 0.22 0.33 166.35 0.95 0.34
Hex 4 AB 85 62 0 16 21 A6 5F 22
Octal 4 253 205 142 0 26 41 246 137 42
Binary 100 10101011 10000101 1100010 0 10110 100001 10100110 1011111 100010

Color Harmonies of #04AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB85

Black with #04AB85

Text Example


Text Example

White with #04AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,133); }

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

background-color css

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

 a { background-color: rgb(4,171,133); }

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

border-color css

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

 span { border-color: rgb(4,171,133); }

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