Html Css Color HEX #12B308 Islamic Green

📋 copy color: '#12B308'

red 18 ◦ green 179 ◦ blue 8

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

Shades of Islamic Green #12B308

Tints of Islamic Green #12B308

RGB

 RED value IS 18 (7.42% from 255) = 8.78%

 GREEN value IS 179 (70.31% from 255) = 87.32%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 8.78%
G = 87.32%
B = 3.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#12B308 (or 0x12B308) is known color: Islamic Green. HEX triplet: 12, B3 and 08. RGB value is (18,179,8). Sum of RGB (Red+Green+Blue) = 18+179+8=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 179 (70.31% from 255 or 87.32% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 179 - color contains mainly: green. Hex color #12B308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B308 is #ED4CF7. Grayscale: #6F6F6F. Windows color (decimal): -15551736 or 570130. OLE color: 570130.

HSL color Cylindrical-coordinate representation of color #12B308: hue angle of 116.49º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12B308 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 8 -
CMYK 0.90 0 0.96 0.30
HSL 116.49º 0.91% 0.37% -
HSV(B) 116.49º 0.96% 0.7% -
XYZ 16.41 32.39 5.62 -
YUV 111.37 69.66 61.4 -
System Red Green Blue C M Y K H S L
Decimal 18 179 8 0.90 0 0.96 0.30 116.49 0.91 0.37
Hex 12 B3 8 5A 0 60 1E 74 5B 25
Octal 22 263 10 132 0 140 36 164 133 45
Binary 10010 10110011 1000 1011010 0 1100000 11110 1110100 1011011 100101

Color Harmonies of #12B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B308

Black with #12B308

Text Example


Text Example

White with #12B308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12B308; }

 p { color: rgb(18,179,8); }

 H1.HeaderClassName
 {
   color: #12B308;
 }
 .AnyTagClassName
 {
   color: #12B308;
 }
</style>

background-color css

<style>
 a { background-color: #12B308; }

 a { background-color: rgb(18,179,8); }

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

border-color css

<style>
 span { border-color: #12B308; }

 span { border-color: rgb(18,179,8); }

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