Html Css Color HEX #00AC88 Persian Green

📋 copy color: '#00AC88'

red 0 ◦ green 172 ◦ blue 136

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

Shades of Persian Green #00AC88

Tints of Persian Green #00AC88

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.84%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 0%
G = 55.84%
B = 44.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#00AC88 (or 0x00AC88) is known color: Persian Green. HEX triplet: 00, AC and 88. RGB value is (0,172,136). Sum of RGB (Red+Green+Blue) = 0+172+136=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AC88 is #FF5377. Grayscale: #747474. Windows color (decimal): -16733048 or 8956928. OLE color: 8956928.

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

Color convert

RGB 0 172 136 -
CMYK 1 0 0.21 0.33
HSL 167.44º 1% 0.34% -
HSV(B) 167.44º 1% 0.67% -
XYZ 19.2 31.28 28.32 -
YUV 116.47 139.02 44.93 -
System Red Green Blue C M Y K H S L
Decimal 0 172 136 1 0 0.21 0.33 167.44 1 0.34
Hex 0 AC 88 64 0 15 21 A7 64 22
Octal 0 254 210 144 0 25 41 247 144 42
Binary 0 10101100 10001000 1100100 0 10101 100001 10100111 1100100 100010

Color Harmonies of #00AC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AC88

Black with #00AC88

Text Example


Text Example

White with #00AC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,172,136); }

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

background-color css

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

 a { background-color: rgb(0,172,136); }

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

border-color css

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

 span { border-color: rgb(0,172,136); }

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