Html Css Color HEX #08B492 Persian Green

📋 copy color: '#08B492'

red 8 ◦ green 180 ◦ blue 146

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

Shades of Persian Green #08B492

Tints of Persian Green #08B492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.89%

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 2.4%
G = 53.89%
B = 43.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#08B492 (or 0x08B492) is known color: Persian Green. HEX triplet: 08, B4 and 92. RGB value is (8,180,146). Sum of RGB (Red+Green+Blue) = 8+180+146=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #08B492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B492 is #F74B6D. Grayscale: #7C7C7C. Windows color (decimal): -16206702 or 9614344. OLE color: 9614344.

HSL color Cylindrical-coordinate representation of color #08B492: hue angle of 168.14º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B492 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 180 146 -
CMYK 0.96 0 0.19 0.29
HSL 168.14º 0.91% 0.37% -
HSV(B) 168.14º 0.96% 0.71% -
XYZ 21.61 34.77 32.77 -
YUV 124.7 140.02 44.76 -
System Red Green Blue C M Y K H S L
Decimal 8 180 146 0.96 0 0.19 0.29 168.14 0.91 0.37
Hex 8 B4 92 60 0 13 1D A8 5B 25
Octal 10 264 222 140 0 23 35 250 133 45
Binary 1000 10110100 10010010 1100000 0 10011 11101 10101000 1011011 100101

Color Harmonies of #08B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B492

Black with #08B492

Text Example


Text Example

White with #08B492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,180,146); }

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

background-color css

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

 a { background-color: rgb(8,180,146); }

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

border-color css

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

 span { border-color: rgb(8,180,146); }

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