#069E1A

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

Shades of Islamic Green #069E1A

Tints of Islamic Green #069E1A

Color information

#069E1A (or 0x069E1A) is unknown color: approx Islamic Green. HEX triplet: 06, 9E and 1A. RGB value is (6,158,26). Sum of RGB (Red+Green+Blue) = 6+158+26=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 158 (62.11% from 255 or 83.16% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 158 - color contains mainly: green. Hex color #069E1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069E1A is #F961E5. Grayscale: #616161. Windows color (decimal): -16343526 or 1744390. OLE color: 1744390.

HSL color Cylindrical-coordinate representation of color #069E1A: hue angle of 127.89º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069E1A is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB615826-
CMYK0.9600.840.38
HSL127.89º92.68%32.16%-
HSV(B)127.89º96.2%61.96%-
XYZ12.4924.575.06-
YUV97.587.6462.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 158 (62.11% from 255) = 83.16%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=3.16%
G=83.16%
B=13.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6158260.9600.840.38127.8992.6832.16
Hex69E1A6005426805d20
Octal62363214001244620013540
Binary1101001111011010110000001010100100110100000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069E1A; }

 p { color: rgb(6,158,26); }

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

<style>
 a { background-color: #069E1A; }

 a { background-color: rgb(6,158,26); }

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

<style>
 span { border-color: #069E1A; }

 span { border-color: rgb(6,158,26); }

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