Html Css Color HEX #14B808 Islamic Green

📋 copy color: '#14B808'

red 20 ◦ green 184 ◦ blue 8

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

Shades of Islamic Green #14B808

Tints of Islamic Green #14B808

RGB

 RED value IS 20 (8.2% from 255) = 9.43%

 GREEN value IS 184 (72.27% from 255) = 86.79%

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

R = 9.43%
G = 86.79%
B = 3.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#14B808 (or 0x14B808) is known color: Islamic Green. HEX triplet: 14, B8 and 08. RGB value is (20,184,8). Sum of RGB (Red+Green+Blue) = 20+184+8=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 184 (72.27% from 255 or 86.79% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 184 - color contains mainly: green. Hex color #14B808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B808 is #EB47F7. Grayscale: #737373. Windows color (decimal): -15419384 or 571412. OLE color: 571412.

HSL color Cylindrical-coordinate representation of color #14B808: hue angle of 115.91º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14B808 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 184 8 -
CMYK 0.89 0 0.96 0.28
HSL 115.91º 0.92% 0.38% -
HSV(B) 115.91º 0.96% 0.72% -
XYZ 17.47 34.45 5.96 -
YUV 114.9 67.67 60.31 -
System Red Green Blue C M Y K H S L
Decimal 20 184 8 0.89 0 0.96 0.28 115.91 0.92 0.38
Hex 14 B8 8 59 0 60 1C 74 5C 26
Octal 24 270 10 131 0 140 34 164 134 46
Binary 10100 10111000 1000 1011001 0 1100000 11100 1110100 1011100 100110

Color Harmonies of #14B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B808

Black with #14B808

Text Example


Text Example

White with #14B808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14B808; }

 p { color: rgb(20,184,8); }

 H1.HeaderClassName
 {
   color: #14B808;
 }
 .AnyTagClassName
 {
   color: #14B808;
 }
</style>

background-color css

<style>
 a { background-color: #14B808; }

 a { background-color: rgb(20,184,8); }

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

border-color css

<style>
 span { border-color: #14B808; }

 span { border-color: rgb(20,184,8); }

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