Html Css Color HEX #08BC0F Islamic Green

📋 copy color: '#08BC0F'

red 8 ◦ green 188 ◦ blue 15

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

Shades of Islamic Green #08BC0F

Tints of Islamic Green #08BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 89.1%

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 3.79%
G = 89.1%
B = 7.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#08BC0F (or 0x08BC0F) is known color: Islamic Green. HEX triplet: 08, BC and 0F. RGB value is (8,188,15). Sum of RGB (Red+Green+Blue) = 8+188+15=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 188 (73.83% from 255 or 89.10% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BC0F is #F743F0. Grayscale: #727272. Windows color (decimal): -16204785 or 1031176. OLE color: 1031176.

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

Color convert

RGB 8 188 15 -
CMYK 0.96 0 0.92 0.26
HSL 122.33º 0.92% 0.38% -
HSV(B) 122.33º 0.96% 0.74% -
XYZ 18.17 36.05 6.45 -
YUV 114.46 71.87 52.07 -
System Red Green Blue C M Y K H S L
Decimal 8 188 15 0.96 0 0.92 0.26 122.33 0.92 0.38
Hex 8 BC F 60 0 5C 1A 7A 5C 26
Octal 10 274 17 140 0 134 32 172 134 46
Binary 1000 10111100 1111 1100000 0 1011100 11010 1111010 1011100 100110

Color Harmonies of #08BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC0F

Black with #08BC0F

Text Example


Text Example

White with #08BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,188,15); }

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

background-color css

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

 a { background-color: rgb(8,188,15); }

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

border-color css

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

 span { border-color: rgb(8,188,15); }

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