#06AF0F

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

Shades of Islamic Green #06AF0F

Tints of Islamic Green #06AF0F

Color information

#06AF0F (or 0x06AF0F) is unknown color: approx Islamic Green. HEX triplet: 06, AF and 0F. RGB value is (6,175,15). Sum of RGB (Red+Green+Blue) = 6+175+15=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 175 (68.75% from 255 or 89.29% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AF0F is #F950F0. Grayscale: #6A6A6A. Windows color (decimal): -16339185 or 1027846. OLE color: 1027846.

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

Color convert

RGB617515-
CMYK0.9700.910.31
HSL123.2º93.37%35.49%-
HSV(B)123.2º96.57%68.63%-
XYZ15.4930.735.57-
YUV106.2376.5156.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 175 (68.75% from 255) = 89.29%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=3.06%
G=89.29%
B=7.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6175150.9700.910.31123.293.3735.49
Hex6AFF6105B1F7b5d23
Octal62571714101333717313543
Binary1101010111111111100001010110111111111110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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