Html Css Color HEX #08A314 Islamic Green

📋 copy color: '#08A314'

red 8 ◦ green 163 ◦ blue 20

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

Shades of Islamic Green #08A314

Tints of Islamic Green #08A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 85.34%

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 4.19%
G = 85.34%
B = 10.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#08A314 (or 0x08A314) is known color: Islamic Green. HEX triplet: 08, A3 and 14. RGB value is (8,163,20). Sum of RGB (Red+Green+Blue) = 8+163+20=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 163 (64.06% from 255 or 85.34% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 163 - color contains mainly: green. Hex color #08A314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08A314 is #F75CEB. Grayscale: #646464. Windows color (decimal): -16211180 or 1352456. OLE color: 1352456.

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

Color convert

RGB 8 163 20 -
CMYK 0.95 0 0.88 0.36
HSL 124.65º 0.91% 0.34% -
HSV(B) 124.65º 0.95% 0.64% -
XYZ 13.32 26.3 5.04 -
YUV 100.35 82.65 62.13 -
System Red Green Blue C M Y K H S L
Decimal 8 163 20 0.95 0 0.88 0.36 124.65 0.91 0.34
Hex 8 A3 14 5F 0 58 24 7D 5B 22
Octal 10 243 24 137 0 130 44 175 133 42
Binary 1000 10100011 10100 1011111 0 1011000 100100 1111101 1011011 100010

Color Harmonies of #08A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A314

Black with #08A314

Text Example


Text Example

White with #08A314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,163,20); }

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

background-color css

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

 a { background-color: rgb(8,163,20); }

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

border-color css

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

 span { border-color: rgb(8,163,20); }

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