Html Css Color HEX #0A8F07 Islamic Green

📋 copy color: '#0A8F07'

red 10 ◦ green 143 ◦ blue 7

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

Shades of Islamic Green #0A8F07

Tints of Islamic Green #0A8F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 6.25%
G = 89.38%
B = 4.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#0A8F07 (or 0x0A8F07) is known color: Islamic Green. HEX triplet: 0A, 8F and 07. RGB value is (10,143,7). Sum of RGB (Red+Green+Blue) = 10+143+7=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 143 (56.25% from 255 or 89.38% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 143 - color contains mainly: green. Hex color #0A8F07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8F07 is #F570F8. Grayscale: #585858. Windows color (decimal): -16085241 or 495370. OLE color: 495370.

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

Color convert

RGB 10 143 7 -
CMYK 0.93 0 0.95 0.44
HSL 118.68º 0.91% 0.29% -
HSV(B) 118.68º 0.95% 0.56% -
XYZ 9.99 19.72 3.48 -
YUV 87.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 10 143 7 0.93 0 0.95 0.44 118.68 0.91 0.29
Hex A 8F 7 5D 0 5F 2C 77 5B 1D
Octal 12 217 7 135 0 137 54 167 133 35
Binary 1010 10001111 111 1011101 0 1011111 101100 1110111 1011011 11101

Color Harmonies of #0A8F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8F07

Black with #0A8F07

Text Example


Text Example

White with #0A8F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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