Html Css Color HEX #13B612 Islamic Green

📋 copy color: '#13B612'

red 19 ◦ green 182 ◦ blue 18

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

Shades of Islamic Green #13B612

Tints of Islamic Green #13B612

RGB

 RED value IS 19 (7.81% from 255) = 8.68%

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

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 8.68%
G = 83.11%
B = 8.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#13B612 (or 0x13B612) is known color: Islamic Green. HEX triplet: 13, B6 and 12. RGB value is (19,182,18). Sum of RGB (Red+Green+Blue) = 19+182+18=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 182 (71.48% from 255 or 83.11% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 182 - color contains mainly: green. Hex color #13B612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B612 is #EC49ED. Grayscale: #737373. Windows color (decimal): -15485422 or 1226259. OLE color: 1226259.

HSL color Cylindrical-coordinate representation of color #13B612: hue angle of 119.63º 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 #13B612 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 182 18 -
CMYK 0.90 0 0.90 0.29
HSL 119.63º 0.82% 0.39% -
HSV(B) 119.63º 0.9% 0.71% -
XYZ 17.11 33.64 6.16 -
YUV 114.57 73.5 59.84 -
System Red Green Blue C M Y K H S L
Decimal 19 182 18 0.90 0 0.90 0.29 119.63 0.82 0.39
Hex 13 B6 12 5A 0 5A 1D 78 52 27
Octal 23 266 22 132 0 132 35 170 122 47
Binary 10011 10110110 10010 1011010 0 1011010 11101 1111000 1010010 100111

Color Harmonies of #13B612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B612

Black with #13B612

Text Example


Text Example

White with #13B612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B612; }

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

 H1.HeaderClassName
 {
   color: #13B612;
 }
 .AnyTagClassName
 {
   color: #13B612;
 }
</style>

background-color css

<style>
 a { background-color: #13B612; }

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

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

border-color css

<style>
 span { border-color: #13B612; }

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

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