Html Css Color HEX #08A386 Persian Green

📋 copy color: '#08A386'

red 8 ◦ green 163 ◦ blue 134

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

Shades of Persian Green #08A386

Tints of Persian Green #08A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.44%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 2.62%
G = 53.44%
B = 43.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#08A386 (or 0x08A386) is known color: Persian Green. HEX triplet: 08, A3 and 86. RGB value is (8,163,134). Sum of RGB (Red+Green+Blue) = 8+163+134=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #08A386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A386 is #F75C79. Grayscale: #717171. Windows color (decimal): -16211066 or 8823560. OLE color: 8823560.

HSL color Cylindrical-coordinate representation of color #08A386: hue angle of 168.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A386 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 163 134 -
CMYK 0.95 0 0.18 0.36
HSL 168.77º 0.91% 0.34% -
HSV(B) 168.77º 0.95% 0.64% -
XYZ 17.5 27.97 27.03 -
YUV 113.35 139.65 52.86 -
System Red Green Blue C M Y K H S L
Decimal 8 163 134 0.95 0 0.18 0.36 168.77 0.91 0.34
Hex 8 A3 86 5F 0 12 24 A9 5B 22
Octal 10 243 206 137 0 22 44 251 133 42
Binary 1000 10100011 10000110 1011111 0 10010 100100 10101001 1011011 100010

Color Harmonies of #08A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A386

Black with #08A386

Text Example


Text Example

White with #08A386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,163,134); }

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

background-color css

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

 a { background-color: rgb(8,163,134); }

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

border-color css

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

 span { border-color: rgb(8,163,134); }

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