Html Css Color HEX #12B601 Islamic Green

📋 copy color: '#12B601'

red 18 ◦ green 182 ◦ blue 1

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

Shades of Islamic Green #12B601

Tints of Islamic Green #12B601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 8.96%
G = 90.55%
B = 0.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#12B601 (or 0x12B601) is known color: Islamic Green. HEX triplet: 12, B6 and 01. RGB value is (18,182,1). Sum of RGB (Red+Green+Blue) = 18+182+1=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 182 (71.48% from 255 or 90.55% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 182 - color contains mainly: green. Hex color #12B601 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B601 is #ED49FE. Grayscale: #707070. Windows color (decimal): -15550975 or 112146. OLE color: 112146.

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

Color convert

RGB 18 182 1 -
CMYK 0.90 0 0.99 0.29
HSL 114.36º 0.99% 0.36% -
HSV(B) 114.36º 0.99% 0.71% -
XYZ 16.98 33.59 5.62 -
YUV 112.33 65.17 60.72 -
System Red Green Blue C M Y K H S L
Decimal 18 182 1 0.90 0 0.99 0.29 114.36 0.99 0.36
Hex 12 B6 1 5A 0 63 1D 72 63 24
Octal 22 266 1 132 0 143 35 162 143 44
Binary 10010 10110110 1 1011010 0 1100011 11101 1110010 1100011 100100

Color Harmonies of #12B601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B601

Black with #12B601

Text Example


Text Example

White with #12B601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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