Html Css Color HEX #08A70C Islamic Green

📋 copy color: '#08A70C'

red 8 ◦ green 167 ◦ blue 12

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

Shades of Islamic Green #08A70C

Tints of Islamic Green #08A70C

RGB

 RED value IS 8 (3.52% from 255) = 4.28%

 GREEN value IS 167 (65.63% from 255) = 89.3%

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

R = 4.28%
G = 89.3%
B = 6.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#08A70C (or 0x08A70C) is known color: Islamic Green. HEX triplet: 08, A7 and 0C. RGB value is (8,167,12). Sum of RGB (Red+Green+Blue) = 8+167+12=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 167 (65.62% from 255 or 89.30% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 167 - color contains mainly: green. Hex color #08A70C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A70C is #F758F3. Grayscale: #666666. Windows color (decimal): -16210164 or 829192. OLE color: 829192.

HSL color Cylindrical-coordinate representation of color #08A70C: hue angle of 121.51º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A70C is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 167 12 -
CMYK 0.95 0 0.93 0.35
HSL 121.51º 0.91% 0.34% -
HSV(B) 121.51º 0.95% 0.65% -
XYZ 13.99 27.72 4.96 -
YUV 101.79 77.32 61.1 -
System Red Green Blue C M Y K H S L
Decimal 8 167 12 0.95 0 0.93 0.35 121.51 0.91 0.34
Hex 8 A7 C 5F 0 5D 23 7A 5B 22
Octal 10 247 14 137 0 135 43 172 133 42
Binary 1000 10100111 1100 1011111 0 1011101 100011 1111010 1011011 100010

Color Harmonies of #08A70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A70C

Black with #08A70C

Text Example


Text Example

White with #08A70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A70C; }

 p { color: rgb(8,167,12); }

 H1.HeaderClassName
 {
   color: #08A70C;
 }
 .AnyTagClassName
 {
   color: #08A70C;
 }
</style>

background-color css

<style>
 a { background-color: #08A70C; }

 a { background-color: rgb(8,167,12); }

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

border-color css

<style>
 span { border-color: #08A70C; }

 span { border-color: rgb(8,167,12); }

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