Html Css Color HEX #069A10 Islamic Green

📋 copy color: '#069A10'

red 6 ◦ green 154 ◦ blue 16

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

Shades of Islamic Green #069A10

Tints of Islamic Green #069A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 87.5%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 3.41%
G = 87.5%
B = 9.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#069A10 (or 0x069A10) is known color: Islamic Green. HEX triplet: 06, 9A and 10. RGB value is (6,154,16). Sum of RGB (Red+Green+Blue) = 6+154+16=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 154 (60.55% from 255 or 87.5% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 154 - color contains mainly: green. Hex color #069A10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #069A10 is #F965EF. Grayscale: #5E5E5E. Windows color (decimal): -16344560 or 1088006. OLE color: 1088006.

HSL color Cylindrical-coordinate representation of color #069A10: hue angle of 124.05º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A10 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 16 -
CMYK 0.96 0 0.90 0.40
HSL 124.05º 0.93% 0.31% -
HSV(B) 124.05º 0.96% 0.6% -
XYZ 11.72 23.19 4.35 -
YUV 94.02 83.97 65.22 -
System Red Green Blue C M Y K H S L
Decimal 6 154 16 0.96 0 0.90 0.40 124.05 0.93 0.31
Hex 6 9A 10 60 0 5A 28 7C 5C 1F
Octal 6 232 20 140 0 132 50 174 134 37
Binary 110 10011010 10000 1100000 0 1011010 101000 1111100 1011100 11111

Color Harmonies of #069A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A10

Black with #069A10

Text Example


Text Example

White with #069A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,154,16); }

 H1.HeaderClassName
 {
   color: #069A10;
 }
 .AnyTagClassName
 {
   color: #069A10;
 }
</style>

background-color css

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

 a { background-color: rgb(6,154,16); }

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

border-color css

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

 span { border-color: rgb(6,154,16); }

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