Html Css Color HEX #08AA90 Persian Green

📋 copy color: '#08AA90'

red 8 ◦ green 170 ◦ blue 144

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

Shades of Persian Green #08AA90

Tints of Persian Green #08AA90

RGB

 RED value IS 8 (3.52% from 255) = 2.48%

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

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 2.48%
G = 52.8%
B = 44.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#08AA90 (or 0x08AA90) is known color: Persian Green. HEX triplet: 08, AA and 90. RGB value is (8,170,144). Sum of RGB (Red+Green+Blue) = 8+170+144=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AA90 is #F7556F. Grayscale: #767676. Windows color (decimal): -16209264 or 9480712. OLE color: 9480712.

HSL color Cylindrical-coordinate representation of color #08AA90: hue angle of 170.37º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AA90 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 170 144 -
CMYK 0.95 0 0.15 0.33
HSL 170.37º 0.91% 0.35% -
HSV(B) 170.37º 0.95% 0.67% -
XYZ 19.51 30.81 31.31 -
YUV 118.6 142.33 49.11 -
System Red Green Blue C M Y K H S L
Decimal 8 170 144 0.95 0 0.15 0.33 170.37 0.91 0.35
Hex 8 AA 90 5F 0 F 21 AA 5B 23
Octal 10 252 220 137 0 17 41 252 133 43
Binary 1000 10101010 10010000 1011111 0 1111 100001 10101010 1011011 100011

Color Harmonies of #08AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA90

Black with #08AA90

Text Example


Text Example

White with #08AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AA90; }

 p { color: rgb(8,170,144); }

 H1.HeaderClassName
 {
   color: #08AA90;
 }
 .AnyTagClassName
 {
   color: #08AA90;
 }
</style>

background-color css

<style>
 a { background-color: #08AA90; }

 a { background-color: rgb(8,170,144); }

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

border-color css

<style>
 span { border-color: #08AA90; }

 span { border-color: rgb(8,170,144); }

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