Html Css Color HEX #12B619 Islamic Green

📋 copy color: '#12B619'

red 18 ◦ green 182 ◦ blue 25

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

Shades of Islamic Green #12B619

Tints of Islamic Green #12B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 80.89%

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 8%
G = 80.89%
B = 11.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#12B619 (or 0x12B619) is known color: Islamic Green. HEX triplet: 12, B6 and 19. RGB value is (18,182,25). Sum of RGB (Red+Green+Blue) = 18+182+25=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 182 (71.48% from 255 or 80.89% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 182 - color contains mainly: green. Hex color #12B619 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B619 is #ED49E6. Grayscale: #737373. Windows color (decimal): -15550951 or 1685010. OLE color: 1685010.

HSL color Cylindrical-coordinate representation of color #12B619: hue angle of 122.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B619 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 182 25 -
CMYK 0.90 0 0.86 0.29
HSL 122.56º 0.82% 0.39% -
HSV(B) 122.56º 0.9% 0.71% -
XYZ 17.15 33.65 6.51 -
YUV 115.07 77.17 58.77 -
System Red Green Blue C M Y K H S L
Decimal 18 182 25 0.90 0 0.86 0.29 122.56 0.82 0.39
Hex 12 B6 19 5A 0 56 1D 7B 52 27
Octal 22 266 31 132 0 126 35 173 122 47
Binary 10010 10110110 11001 1011010 0 1010110 11101 1111011 1010010 100111

Color Harmonies of #12B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B619

Black with #12B619

Text Example


Text Example

White with #12B619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,182,25); }

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

background-color css

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

 a { background-color: rgb(18,182,25); }

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

border-color css

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

 span { border-color: rgb(18,182,25); }

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