Html Css Color HEX #06BF00 Islamic Green

📋 copy color: '#06BF00'

red 6 ◦ green 191 ◦ blue 0

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

Shades of Islamic Green #06BF00

Tints of Islamic Green #06BF00

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 value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#06BF00 (or 0x06BF00) is known color: 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

RGB 6 191 0 -
CMYK 0.97 0 1 0.25
HSL 118.12º 1% 0.37% -
HSV(B) 118.12º 1% 0.75% -
XYZ 18.71 37.3 6.21 -
YUV 113.91 63.71 51.03 -
System Red Green Blue C M Y K H S L
Decimal 6 191 0 0.97 0 1 0.25 118.12 1 0.37
Hex 6 BF 0 61 0 64 19 76 64 25
Octal 6 277 0 141 0 144 31 166 144 45
Binary 110 10111111 0 1100001 0 1100100 11001 1110110 1100100 100101

Color Harmonies of #06BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BF00

Black with #06BF00

Text Example


Text Example

White with #06BF00

Text Example


Text Example

HTML Codes & Css Web 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>