Html Css Color HEX #19BA01 Islamic Green

📋 copy color: '#19BA01'

red 25 ◦ green 186 ◦ blue 1

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

Shades of Islamic Green #19BA01

Tints of Islamic Green #19BA01

RGB

 RED value IS 25 (10.16% from 255) = 11.79%

 GREEN value IS 186 (73.05% from 255) = 87.74%

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

R = 11.79%
G = 87.74%
B = 0.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#19BA01 (or 0x19BA01) is known color: Islamic Green. HEX triplet: 19, BA and 01. RGB value is (25,186,1). Sum of RGB (Red+Green+Blue) = 25+186+1=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 186 (73.05% from 255 or 87.74% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BA01 is #E645FE. Grayscale: #757575. Windows color (decimal): -15091199 or 113177. OLE color: 113177.

HSL color Cylindrical-coordinate representation of color #19BA01: hue angle of 112.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19BA01 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 186 1 -
CMYK 0.87 0 0.99 0.27
HSL 112.22º 0.99% 0.37% -
HSV(B) 112.22º 0.99% 0.73% -
XYZ 17.97 35.33 5.9 -
YUV 116.77 62.66 62.54 -
System Red Green Blue C M Y K H S L
Decimal 25 186 1 0.87 0 0.99 0.27 112.22 0.99 0.37
Hex 19 BA 1 57 0 63 1B 70 63 25
Octal 31 272 1 127 0 143 33 160 143 45
Binary 11001 10111010 1 1010111 0 1100011 11011 1110000 1100011 100101

Color Harmonies of #19BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA01

Black with #19BA01

Text Example


Text Example

White with #19BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19BA01; }

 p { color: rgb(25,186,1); }

 H1.HeaderClassName
 {
   color: #19BA01;
 }
 .AnyTagClassName
 {
   color: #19BA01;
 }
</style>

background-color css

<style>
 a { background-color: #19BA01; }

 a { background-color: rgb(25,186,1); }

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

border-color css

<style>
 span { border-color: #19BA01; }

 span { border-color: rgb(25,186,1); }

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