Html Css Color HEX #0A8F0C Islamic Green

📋 copy color: '#0A8F0C'

red 10 ◦ green 143 ◦ blue 12

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

Shades of Islamic Green #0A8F0C

Tints of Islamic Green #0A8F0C

RGB

 RED value IS 10 (4.3% from 255) = 6.06%

 GREEN value IS 143 (56.25% from 255) = 86.67%

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 6.06%
G = 86.67%
B = 7.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#0A8F0C (or 0x0A8F0C) is known color: Islamic Green. HEX triplet: 0A, 8F and 0C. RGB value is (10,143,12). Sum of RGB (Red+Green+Blue) = 10+143+12=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 143 (56.25% from 255 or 86.67% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 143 - color contains mainly: green. Hex color #0A8F0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8F0C is #F570F3. Grayscale: #585858. Windows color (decimal): -16085236 or 823050. OLE color: 823050.

HSL color Cylindrical-coordinate representation of color #0A8F0C: hue angle of 120.9º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8F0C is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 10 143 12 -
CMYK 0.93 0 0.92 0.44
HSL 120.9º 0.87% 0.3% -
HSV(B) 120.9º 0.93% 0.56% -
XYZ 10.01 19.74 3.63 -
YUV 88.3 84.94 72.15 -
System Red Green Blue C M Y K H S L
Decimal 10 143 12 0.93 0 0.92 0.44 120.9 0.87 0.3
Hex A 8F C 5D 0 5C 2C 79 57 1E
Octal 12 217 14 135 0 134 54 171 127 36
Binary 1010 10001111 1100 1011101 0 1011100 101100 1111001 1010111 11110

Color Harmonies of #0A8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8F0C

Black with #0A8F0C

Text Example


Text Example

White with #0A8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8F0C; }

 p { color: rgb(10,143,12); }

 H1.HeaderClassName
 {
   color: #0A8F0C;
 }
 .AnyTagClassName
 {
   color: #0A8F0C;
 }
</style>

background-color css

<style>
 a { background-color: #0A8F0C; }

 a { background-color: rgb(10,143,12); }

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

border-color css

<style>
 span { border-color: #0A8F0C; }

 span { border-color: rgb(10,143,12); }

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