Html Css Color HEX #06AF0F Islamic Green

📋 copy color: '#06AF0F'

red 6 ◦ green 175 ◦ blue 15

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

Shades of Islamic Green #06AF0F

Tints of Islamic Green #06AF0F

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

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

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

RGB 6 175 15 -
CMYK 0.97 0 0.91 0.31
HSL 123.2º 0.93% 0.35% -
HSV(B) 123.2º 0.97% 0.69% -
XYZ 15.49 30.73 5.57 -
YUV 106.23 76.51 56.51 -
System Red Green Blue C M Y K H S L
Decimal 6 175 15 0.97 0 0.91 0.31 123.2 0.93 0.35
Hex 6 AF F 61 0 5B 1F 7B 5D 23
Octal 6 257 17 141 0 133 37 173 135 43
Binary 110 10101111 1111 1100001 0 1011011 11111 1111011 1011101 100011

Color Harmonies of #06AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AF0F

Black with #06AF0F

Text Example


Text Example

White with #06AF0F

Text Example


Text Example

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