#06BF00

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

Shades of Islamic Green #06BF00

Tints of Islamic Green #06BF00

Color information

#06BF00 (or 0x06BF00) is unknown color: approx Islamic Green. HEX triplet: 06, BF and 00. RGB value is (6,191,0). Sum of RGB (Red+Green+Blue) = 6+191+0=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 191 (75% from 255 or 96.95% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 191 - color contains mainly: green. Hex color #06BF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BF00 is #F940FF. Grayscale: #727272. Windows color (decimal): -16335104 or 48902. OLE color: 48902.

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

Color convert

RGB61910-
CMYK0.97010.25
HSL118.12º100%37.45%-
HSV(B)118.12º100%74.9%-
XYZ18.7137.36.21-
YUV113.9163.7151.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 191 (75% from 255) = 96.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.05%
G=96.95%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal619100.97010.25118.1210037.45
Hex6BF06106419766425
Octal6277014101443116614445
Binary1101011111101100001011001001100111101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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