Html Css Color HEX #18BD02 Islamic Green

📋 copy color: '#18BD02'

red 24 ◦ green 189 ◦ blue 2

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

Shades of Islamic Green #18BD02

Tints of Islamic Green #18BD02

RGB

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

 GREEN value IS 189 (74.22% from 255) = 87.91%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 11.16%
G = 87.91%
B = 0.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#18BD02 (or 0x18BD02) is known color: Islamic Green. HEX triplet: 18, BD and 02. RGB value is (24,189,2). Sum of RGB (Red+Green+Blue) = 24+189+2=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 189 (74.22% from 255 or 87.91% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BD02 is #E742FD. Grayscale: #767676. Windows color (decimal): -15155966 or 179480. OLE color: 179480.

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

Color convert

RGB 24 189 2 -
CMYK 0.87 0 0.99 0.26
HSL 112.94º 0.98% 0.37% -
HSV(B) 112.94º 0.99% 0.74% -
XYZ 18.59 36.59 6.14 -
YUV 118.35 62.34 60.71 -
System Red Green Blue C M Y K H S L
Decimal 24 189 2 0.87 0 0.99 0.26 112.94 0.98 0.37
Hex 18 BD 2 57 0 63 1A 71 62 25
Octal 30 275 2 127 0 143 32 161 142 45
Binary 11000 10111101 10 1010111 0 1100011 11010 1110001 1100010 100101

Color Harmonies of #18BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BD02

Black with #18BD02

Text Example


Text Example

White with #18BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,2); }

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

background-color css

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

 a { background-color: rgb(24,189,2); }

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

border-color css

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

 span { border-color: rgb(24,189,2); }

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