Html Css Color HEX #095A4E Mosque

📋 copy color: '#095A4E'

red 9 ◦ green 90 ◦ blue 78

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

Shades of Mosque #095A4E

Tints of Mosque #095A4E

RGB

 RED value IS 9 (3.91% from 255) = 5.08%

 GREEN value IS 90 (35.55% from 255) = 50.85%

 BLUE value IS 78 (30.86% from 255) = 44.07%

R = 5.08%
G = 50.85%
B = 44.07%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#095A4E (or 0x095A4E) is known color: Mosque. HEX triplet: 09, 5A and 4E. RGB value is (9,90,78). Sum of RGB (Red+Green+Blue) = 9+90+78=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #095A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A4E is #F6A5B1. Grayscale: #404040. Windows color (decimal): -16164274 or 5134857. OLE color: 5134857.

HSL color Cylindrical-coordinate representation of color #095A4E: hue angle of 171.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A4E is Cyan = 0.9, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 78 -
CMYK 0.9 0 0.13 0.65
HSL 171.11º 0.82% 0.19% -
HSV(B) 171.11º 0.9% 0.35% -
XYZ 5.14 7.92 8.47 -
YUV 64.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 9 90 78 0.9 0 0.13 0.65 171.11 0.82 0.19
Hex 9 5A 4E 5A 0 D 41 AB 52 13
Octal 11 132 116 132 0 15 101 253 122 23
Binary 1001 1011010 1001110 1011010 0 1101 1000001 10101011 1010010 10011

Color Harmonies of #095A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A4E

Black with #095A4E

Text Example


Text Example

White with #095A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A4E; }

 p { color: rgb(9,90,78); }

 H1.HeaderClassName
 {
   color: #095A4E;
 }
 .AnyTagClassName
 {
   color: #095A4E;
 }
</style>

background-color css

<style>
 a { background-color: #095A4E; }

 a { background-color: rgb(9,90,78); }

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

border-color css

<style>
 span { border-color: #095A4E; }

 span { border-color: rgb(9,90,78); }

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