#06BF05

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

Shades of Islamic Green #06BF05

Tints of Islamic Green #06BF05

Color information

#06BF05 (or 0x06BF05) is unknown color: approx Islamic Green. HEX triplet: 06, BF and 05. RGB value is (6,191,5). Sum of RGB (Red+Green+Blue) = 6+191+5=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 191 (75% from 255 or 94.55% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 191 - color contains mainly: green. Hex color #06BF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BF05 is #F940FA. Grayscale: #737373. Windows color (decimal): -16335099 or 376582. OLE color: 376582.

HSL color Cylindrical-coordinate representation of color #06BF05: hue angle of 119.68º degrees, saturation: 0.95, 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 #06BF05 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB61915-
CMYK0.9700.970.25
HSL119.68º94.9%38.43%-
HSV(B)119.68º97.38%74.9%-
XYZ18.7337.316.36-
YUV114.4866.2150.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 191 (75% from 255) = 94.55%
BLUE value IS 5 (2.34% from 255) = 2.48%
R=2.97%
G=94.55%
B=2.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal619150.9700.970.25119.6894.938.43
Hex6BF56106119785f26
Octal6277514101413117013746
Binary110101111111011100001011000011100111110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,191,5); }

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

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

 a { background-color: rgb(6,191,5); }

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

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

 span { border-color: rgb(6,191,5); }

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