#06BE14

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

Shades of Islamic Green #06BE14

Tints of Islamic Green #06BE14

Color information

#06BE14 (or 0x06BE14) is unknown color: approx Islamic Green. HEX triplet: 06, BE and 14. RGB value is (6,190,20). Sum of RGB (Red+Green+Blue) = 6+190+20=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 190 (74.61% from 255 or 87.96% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BE14 is #F941EB. Grayscale: #747474. Windows color (decimal): -16335340 or 1359366. OLE color: 1359366.

HSL color Cylindrical-coordinate representation of color #06BE14: hue angle of 124.57º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BE14 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB619020-
CMYK0.9700.890.25
HSL124.57º93.88%38.43%-
HSV(B)124.57º96.84%74.51%-
XYZ18.6136.926.81-
YUV115.674.0449.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 190 (74.61% from 255) = 87.96%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=2.78%
G=87.96%
B=9.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6190200.9700.890.25124.5793.8838.43
Hex6BE1461059197d5e26
Octal62762414101313117513646
Binary11010111110101001100001010110011100111111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BE14; }

 p { color: rgb(6,190,20); }

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

<style>
 a { background-color: #06BE14; }

 a { background-color: rgb(6,190,20); }

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

<style>
 span { border-color: #06BE14; }

 span { border-color: rgb(6,190,20); }

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