Html Css Color HEX #18BA03 Islamic Green

📋 copy color: '#18BA03'

red 24 ◦ green 186 ◦ blue 3

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

Shades of Islamic Green #18BA03

Tints of Islamic Green #18BA03

RGB

 RED value IS 24 (9.77% from 255) = 11.27%

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

 BLUE value IS 3 (1.56% from 255) = 1.41%

R = 11.27%
G = 87.32%
B = 1.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#18BA03 (or 0x18BA03) is known color: Islamic Green. HEX triplet: 18, BA and 03. RGB value is (24,186,3). Sum of RGB (Red+Green+Blue) = 24+186+3=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 186 (73.05% from 255 or 87.32% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BA03 is #E745FC. Grayscale: #757575. Windows color (decimal): -15156733 or 244248. OLE color: 244248.

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

Color convert

RGB 24 186 3 -
CMYK 0.87 0 0.98 0.27
HSL 113.11º 0.97% 0.37% -
HSV(B) 113.11º 0.98% 0.73% -
XYZ 17.95 35.32 5.96 -
YUV 116.7 63.83 61.88 -
System Red Green Blue C M Y K H S L
Decimal 24 186 3 0.87 0 0.98 0.27 113.11 0.97 0.37
Hex 18 BA 3 57 0 62 1B 71 61 25
Octal 30 272 3 127 0 142 33 161 141 45
Binary 11000 10111010 11 1010111 0 1100010 11011 1110001 1100001 100101

Color Harmonies of #18BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA03

Black with #18BA03

Text Example


Text Example

White with #18BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BA03; }

 p { color: rgb(24,186,3); }

 H1.HeaderClassName
 {
   color: #18BA03;
 }
 .AnyTagClassName
 {
   color: #18BA03;
 }
</style>

background-color css

<style>
 a { background-color: #18BA03; }

 a { background-color: rgb(24,186,3); }

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

border-color css

<style>
 span { border-color: #18BA03; }

 span { border-color: rgb(24,186,3); }

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