Html Css Color HEX #099C0A Islamic Green

📋 copy color: '#099C0A'

red 9 ◦ green 156 ◦ blue 10

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

Shades of Islamic Green #099C0A

Tints of Islamic Green #099C0A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 89.14%

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 5.14%
G = 89.14%
B = 5.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#099C0A (or 0x099C0A) is known color: Islamic Green. HEX triplet: 09, 9C and 0A. RGB value is (9,156,10). Sum of RGB (Red+Green+Blue) = 9+156+10=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 156 (61.33% from 255 or 89.14% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 156 - color contains mainly: green. Hex color #099C0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C0A is #F663F5. Grayscale: #5F5F5F. Windows color (decimal): -16147446 or 695305. OLE color: 695305.

HSL color Cylindrical-coordinate representation of color #099C0A: hue angle of 120.41º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C0A is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 10 -
CMYK 0.94 0 0.94 0.39
HSL 120.41º 0.89% 0.32% -
HSV(B) 120.41º 0.94% 0.61% -
XYZ 12.06 23.86 4.26 -
YUV 95.4 79.8 66.37 -
System Red Green Blue C M Y K H S L
Decimal 9 156 10 0.94 0 0.94 0.39 120.41 0.89 0.32
Hex 9 9C A 5E 0 5E 27 78 59 20
Octal 11 234 12 136 0 136 47 170 131 40
Binary 1001 10011100 1010 1011110 0 1011110 100111 1111000 1011001 100000

Color Harmonies of #099C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C0A

Black with #099C0A

Text Example


Text Example

White with #099C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099C0A; }

 p { color: rgb(9,156,10); }

 H1.HeaderClassName
 {
   color: #099C0A;
 }
 .AnyTagClassName
 {
   color: #099C0A;
 }
</style>

background-color css

<style>
 a { background-color: #099C0A; }

 a { background-color: rgb(9,156,10); }

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

border-color css

<style>
 span { border-color: #099C0A; }

 span { border-color: rgb(9,156,10); }

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