Html Css Color HEX #08AC8D Persian Green

📋 copy color: '#08AC8D'

red 8 ◦ green 172 ◦ blue 141

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

Shades of Persian Green #08AC8D

Tints of Persian Green #08AC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 2.49%
G = 53.58%
B = 43.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#08AC8D (or 0x08AC8D) is known color: Persian Green. HEX triplet: 08, AC and 8D. RGB value is (8,172,141). Sum of RGB (Red+Green+Blue) = 8+172+141=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #08AC8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AC8D is #F75372. Grayscale: #777777. Windows color (decimal): -16208755 or 9284616. OLE color: 9284616.

HSL color Cylindrical-coordinate representation of color #08AC8D: hue angle of 168.66º 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 #08AC8D is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 172 141 -
CMYK 0.95 0 0.18 0.33
HSL 168.66º 0.91% 0.35% -
HSV(B) 168.66º 0.95% 0.67% -
XYZ 19.66 31.48 30.24 -
YUV 119.43 140.17 48.52 -
System Red Green Blue C M Y K H S L
Decimal 8 172 141 0.95 0 0.18 0.33 168.66 0.91 0.35
Hex 8 AC 8D 5F 0 12 21 A9 5B 23
Octal 10 254 215 137 0 22 41 251 133 43
Binary 1000 10101100 10001101 1011111 0 10010 100001 10101001 1011011 100011

Color Harmonies of #08AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AC8D

Black with #08AC8D

Text Example


Text Example

White with #08AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,172,141); }

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

background-color css

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

 a { background-color: rgb(8,172,141); }

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

border-color css

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

 span { border-color: rgb(8,172,141); }

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