Html Css Color HEX #06A420 Islamic Green

📋 copy color: '#06A420'

red 6 ◦ green 164 ◦ blue 32

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

Shades of Islamic Green #06A420

Tints of Islamic Green #06A420

RGB

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

 GREEN value IS 164 (64.45% from 255) = 81.19%

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 2.97%
G = 81.19%
B = 15.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#06A420 (or 0x06A420) is known color: Islamic Green. HEX triplet: 06, A4 and 20. RGB value is (6,164,32). Sum of RGB (Red+Green+Blue) = 6+164+32=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 164 (64.45% from 255 or 81.19% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 164 - color contains mainly: green. Hex color #06A420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A420 is #F95BDF. Grayscale: #666666. Windows color (decimal): -16341984 or 2139142. OLE color: 2139142.

HSL color Cylindrical-coordinate representation of color #06A420: hue angle of 129.87º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A420 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 164 32 -
CMYK 0.96 0 0.80 0.36
HSL 129.87º 0.93% 0.33% -
HSV(B) 129.87º 0.96% 0.64% -
XYZ 13.61 26.69 5.8 -
YUV 101.71 88.65 59.73 -
System Red Green Blue C M Y K H S L
Decimal 6 164 32 0.96 0 0.80 0.36 129.87 0.93 0.33
Hex 6 A4 20 60 0 50 24 82 5D 21
Octal 6 244 40 140 0 120 44 202 135 41
Binary 110 10100100 100000 1100000 0 1010000 100100 10000010 1011101 100001

Color Harmonies of #06A420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A420

Black with #06A420

Text Example


Text Example

White with #06A420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,164,32); }

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

background-color css

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

 a { background-color: rgb(6,164,32); }

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

border-color css

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

 span { border-color: rgb(6,164,32); }

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