Html Css Color HEX #12B807 Islamic Green

📋 copy color: '#12B807'

red 18 ◦ green 184 ◦ blue 7

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

Shades of Islamic Green #12B807

Tints of Islamic Green #12B807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 88.04%

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

R = 8.61%
G = 88.04%
B = 3.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#12B807 (or 0x12B807) is known color: Islamic Green. HEX triplet: 12, B8 and 07. RGB value is (18,184,7). Sum of RGB (Red+Green+Blue) = 18+184+7=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 184 (72.27% from 255 or 88.04% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 184 - color contains mainly: green. Hex color #12B807 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B807 is #ED47F8. Grayscale: #727272. Windows color (decimal): -15550457 or 505874. OLE color: 505874.

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

Color convert

RGB 18 184 7 -
CMYK 0.90 0 0.96 0.28
HSL 116.27º 0.93% 0.37% -
HSV(B) 116.27º 0.96% 0.72% -
XYZ 17.43 34.42 5.93 -
YUV 114.19 67.5 59.39 -
System Red Green Blue C M Y K H S L
Decimal 18 184 7 0.90 0 0.96 0.28 116.27 0.93 0.37
Hex 12 B8 7 5A 0 60 1C 74 5D 25
Octal 22 270 7 132 0 140 34 164 135 45
Binary 10010 10111000 111 1011010 0 1100000 11100 1110100 1011101 100101

Color Harmonies of #12B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B807

Black with #12B807

Text Example


Text Example

White with #12B807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,184,7); }

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

background-color css

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

 a { background-color: rgb(18,184,7); }

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

border-color css

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

 span { border-color: rgb(18,184,7); }

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