#08B18A

Color #08B18A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #08B18A

Tints of Persian Green #08B18A

Color information

#08B18A (or 0x08B18A) is unknown color: approx Persian Green. HEX triplet: 08, B1 and 8A. RGB value is (8,177,138). Sum of RGB (Red+Green+Blue) = 8+177+138=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #08B18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08B18A is #F74E75. Grayscale: #7A7A7A. Windows color (decimal): -16207478 or 9089288. OLE color: 9089288.

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

Color convert

RGB8177138-
CMYK0.9500.220.31
HSL166.15º91.35%36.27%-
HSV(B)166.15º95.48%69.41%-
XYZ20.4133.3329.4-
YUV122.02137.0146.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.48%
GREEN value IS 177 (69.53% from 255) = 54.80%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=2.48%
G=54.80%
B=42.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81771380.9500.220.31166.1591.3536.27
Hex8B18A5F0161Fa65b24
Octal102612121370263724613344
Binary10001011000110001010101111101011011111101001101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,177,138); }

 H1.HeaderClassName
 {
   color: #08B18A;
 }
 .AnyTagClassName
 {
   color: #08B18A;
 }
</style>
background-color css

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

 a { background-color: rgb(8,177,138); }

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

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

 span { border-color: rgb(8,177,138); }

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