#06AF00

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

Shades of Islamic Green #06AF00

Tints of Islamic Green #06AF00

Color information

#06AF00 (or 0x06AF00) is unknown color: approx Islamic Green. HEX triplet: 06, AF and 00. RGB value is (6,175,0). Sum of RGB (Red+Green+Blue) = 6+175+0=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 175 (68.75% from 255 or 96.69% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AF00 is #F950FF. Grayscale: #696969. Windows color (decimal): -16339200 or 44806. OLE color: 44806.

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

Color convert

RGB61750-
CMYK0.97010.31
HSL117.94º100%34.31%-
HSV(B)117.94º100%68.63%-
XYZ15.4130.75.11-
YUV104.5269.0157.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 175 (68.75% from 255) = 96.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.31%
G=96.69%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal617500.97010.31117.9410034.31
Hex6AF0610641F766422
Octal6257014101443716614442
Binary1101010111101100001011001001111111101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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