Html Css Color HEX #06A601 Islamic Green

📋 copy color: '#06A601'

red 6 ◦ green 166 ◦ blue 1

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

Shades of Islamic Green #06A601

Tints of Islamic Green #06A601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 95.95%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 3.47%
G = 95.95%
B = 0.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#06A601 (or 0x06A601) is known color: Islamic Green. HEX triplet: 06, A6 and 01. RGB value is (6,166,1). Sum of RGB (Red+Green+Blue) = 6+166+1=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 166 (65.23% from 255 or 95.95% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 166 - color contains mainly: green. Hex color #06A601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A601 is #F959FE. Grayscale: #636363. Windows color (decimal): -16341503 or 108038. OLE color: 108038.

HSL color Cylindrical-coordinate representation of color #06A601: hue angle of 118.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06A601 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 166 1 -
CMYK 0.96 0 0.99 0.35
HSL 118.18º 0.99% 0.33% -
HSV(B) 118.18º 0.99% 0.65% -
XYZ 13.72 27.31 4.58 -
YUV 99.35 72.49 61.42 -
System Red Green Blue C M Y K H S L
Decimal 6 166 1 0.96 0 0.99 0.35 118.18 0.99 0.33
Hex 6 A6 1 60 0 63 23 76 63 21
Octal 6 246 1 140 0 143 43 166 143 41
Binary 110 10100110 1 1100000 0 1100011 100011 1110110 1100011 100001

Color Harmonies of #06A601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A601

Black with #06A601

Text Example


Text Example

White with #06A601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,166,1); }

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

background-color css

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

 a { background-color: rgb(6,166,1); }

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

border-color css

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

 span { border-color: rgb(6,166,1); }

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