#08B814

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

Shades of Islamic Green #08B814

Tints of Islamic Green #08B814

Color information

#08B814 (or 0x08B814) is unknown color: approx Islamic Green. HEX triplet: 08, B8 and 14. RGB value is (8,184,20). Sum of RGB (Red+Green+Blue) = 8+184+20=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 184 (72.27% from 255 or 86.79% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 184 - color contains mainly: green. Hex color #08B814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08B814 is #F747EB. Grayscale: #717171. Windows color (decimal): -16205804 or 1357832. OLE color: 1357832.

HSL color Cylindrical-coordinate representation of color #08B814: hue angle of 124.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B814 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB818420-
CMYK0.9600.890.28
HSL124.09º91.67%37.65%-
HSV(B)124.09º95.65%72.16%-
XYZ17.3734.386.38-
YUV112.6875.6953.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 184 (72.27% from 255) = 86.79%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=3.77%
G=86.79%
B=9.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8184200.9600.890.28124.0991.6737.65
Hex8B814600591C7c5c26
Octal102702414001313417413446
Binary100010111000101001100000010110011110011111001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,184,20); }

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

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

 a { background-color: rgb(8,184,20); }

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

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

 span { border-color: rgb(8,184,20); }

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