Html Css Color HEX #00AA85 Persian Green

📋 copy color: '#00AA85'

red 0 ◦ green 170 ◦ blue 133

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

Shades of Persian Green #00AA85

Tints of Persian Green #00AA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.11%

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

R = 0%
G = 56.11%
B = 43.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#00AA85 (or 0x00AA85) is known color: Persian Green. HEX triplet: 00, AA and 85. RGB value is (0,170,133). Sum of RGB (Red+Green+Blue) = 0+170+133=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA85 is #FF557A. Grayscale: #727272. Windows color (decimal): -16733563 or 8759808. OLE color: 8759808.

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

Color convert

RGB 0 170 133 -
CMYK 1 0 0.22 0.33
HSL 166.94º 1% 0.33% -
HSV(B) 166.94º 1% 0.67% -
XYZ 18.61 30.44 27.09 -
YUV 114.95 138.18 46.01 -
System Red Green Blue C M Y K H S L
Decimal 0 170 133 1 0 0.22 0.33 166.94 1 0.33
Hex 0 AA 85 64 0 16 21 A7 64 21
Octal 0 252 205 144 0 26 41 247 144 41
Binary 0 10101010 10000101 1100100 0 10110 100001 10100111 1100100 100001

Color Harmonies of #00AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA85

Black with #00AA85

Text Example


Text Example

White with #00AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,170,133); }

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

background-color css

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

 a { background-color: rgb(0,170,133); }

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

border-color css

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

 span { border-color: rgb(0,170,133); }

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