Html Css Color HEX #18C208 Islamic Green

📋 copy color: '#18C208'

red 24 ◦ green 194 ◦ blue 8

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

Shades of Islamic Green #18C208

Tints of Islamic Green #18C208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 85.84%

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 10.62%
G = 85.84%
B = 3.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#18C208 (or 0x18C208) is known color: Islamic Green. HEX triplet: 18, C2 and 08. RGB value is (24,194,8). Sum of RGB (Red+Green+Blue) = 24+194+8=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 194 (76.17% from 255 or 85.84% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 194 - color contains mainly: green. Hex color #18C208 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C208 is #E73DF7. Grayscale: #7A7A7A. Windows color (decimal): -15154680 or 573976. OLE color: 573976.

HSL color Cylindrical-coordinate representation of color #18C208: hue angle of 114.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18C208 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 194 8 -
CMYK 0.88 0 0.96 0.24
HSL 114.84º 0.92% 0.4% -
HSV(B) 114.84º 0.96% 0.76% -
XYZ 19.71 38.8 6.68 -
YUV 121.97 63.68 58.12 -
System Red Green Blue C M Y K H S L
Decimal 24 194 8 0.88 0 0.96 0.24 114.84 0.92 0.4
Hex 18 C2 8 58 0 60 18 73 5C 28
Octal 30 302 10 130 0 140 30 163 134 50
Binary 11000 11000010 1000 1011000 0 1100000 11000 1110011 1011100 101000

Color Harmonies of #18C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C208

Black with #18C208

Text Example


Text Example

White with #18C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,194,8); }

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

background-color css

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

 a { background-color: rgb(24,194,8); }

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

border-color css

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

 span { border-color: rgb(24,194,8); }

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