Html Css Color HEX #12B213 Islamic Green

📋 copy color: '#12B213'

red 18 ◦ green 178 ◦ blue 19

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

Shades of Islamic Green #12B213

Tints of Islamic Green #12B213

RGB

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

 GREEN value IS 178 (69.92% from 255) = 82.79%

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 8.37%
G = 82.79%
B = 8.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#12B213 (or 0x12B213) is known color: Islamic Green. HEX triplet: 12, B2 and 13. RGB value is (18,178,19). Sum of RGB (Red+Green+Blue) = 18+178+19=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 178 (69.92% from 255 or 82.79% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 178 - color contains mainly: green. Hex color #12B213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12B213 is #ED4DEC. Grayscale: #707070. Windows color (decimal): -15551981 or 1290770. OLE color: 1290770.

HSL color Cylindrical-coordinate representation of color #12B213: hue angle of 120.37º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B213 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 178 19 -
CMYK 0.90 0 0.89 0.30
HSL 120.38º 0.82% 0.38% -
HSV(B) 120.38º 0.9% 0.7% -
XYZ 16.29 32.02 5.94 -
YUV 112.03 75.49 60.93 -
System Red Green Blue C M Y K H S L
Decimal 18 178 19 0.90 0 0.89 0.30 120.38 0.82 0.38
Hex 12 B2 13 5A 0 59 1E 78 52 26
Octal 22 262 23 132 0 131 36 170 122 46
Binary 10010 10110010 10011 1011010 0 1011001 11110 1111000 1010010 100110

Color Harmonies of #12B213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B213

Black with #12B213

Text Example


Text Example

White with #12B213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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