Html Css Color HEX #06AD0E Islamic Green

📋 copy color: '#06AD0E'

red 6 ◦ green 173 ◦ blue 14

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

Shades of Islamic Green #06AD0E

Tints of Islamic Green #06AD0E

RGB

 RED value IS 6 (2.73% from 255) = 3.11%

 GREEN value IS 173 (67.97% from 255) = 89.64%

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 3.11%
G = 89.64%
B = 7.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#06AD0E (or 0x06AD0E) is known color: Islamic Green. HEX triplet: 06, AD and 0E. RGB value is (6,173,14). Sum of RGB (Red+Green+Blue) = 6+173+14=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 173 (67.97% from 255 or 89.64% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06AD0E is #F952F1. Grayscale: #696969. Windows color (decimal): -16339698 or 961798. OLE color: 961798.

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

Color convert

RGB 6 173 14 -
CMYK 0.97 0 0.92 0.32
HSL 122.87º 0.93% 0.35% -
HSV(B) 122.87º 0.97% 0.68% -
XYZ 15.1 29.96 5.4 -
YUV 104.94 76.67 57.43 -
System Red Green Blue C M Y K H S L
Decimal 6 173 14 0.97 0 0.92 0.32 122.87 0.93 0.35
Hex 6 AD E 61 0 5C 20 7B 5D 23
Octal 6 255 16 141 0 134 40 173 135 43
Binary 110 10101101 1110 1100001 0 1011100 100000 1111011 1011101 100011

Color Harmonies of #06AD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AD0E

Black with #06AD0E

Text Example


Text Example

White with #06AD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,173,14); }

 H1.HeaderClassName
 {
   color: #06AD0E;
 }
 .AnyTagClassName
 {
   color: #06AD0E;
 }
</style>

background-color css

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

 a { background-color: rgb(6,173,14); }

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

border-color css

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

 span { border-color: rgb(6,173,14); }

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