Html Css Color HEX #14C304 Islamic Green

📋 copy color: '#14C304'

red 20 ◦ green 195 ◦ blue 4

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

Shades of Islamic Green #14C304

Tints of Islamic Green #14C304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 89.04%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 9.13%
G = 89.04%
B = 1.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#14C304 (or 0x14C304) is known color: Islamic Green. HEX triplet: 14, C3 and 04. RGB value is (20,195,4). Sum of RGB (Red+Green+Blue) = 20+195+4=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 195 (76.56% from 255 or 89.04% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 195 - color contains mainly: green. Hex color #14C304 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C304 is #EB3CFB. Grayscale: #797979. Windows color (decimal): -15416572 or 312084. OLE color: 312084.

HSL color Cylindrical-coordinate representation of color #14C304: hue angle of 114.97º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14C304 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 195 4 -
CMYK 0.90 0 0.98 0.24
HSL 114.97º 0.96% 0.39% -
HSV(B) 114.97º 0.98% 0.76% -
XYZ 19.83 39.19 6.63 -
YUV 120.9 62.02 56.03 -
System Red Green Blue C M Y K H S L
Decimal 20 195 4 0.90 0 0.98 0.24 114.97 0.96 0.39
Hex 14 C3 4 5A 0 62 18 73 60 27
Octal 24 303 4 132 0 142 30 163 140 47
Binary 10100 11000011 100 1011010 0 1100010 11000 1110011 1100000 100111

Color Harmonies of #14C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C304

Black with #14C304

Text Example


Text Example

White with #14C304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,195,4); }

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

background-color css

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

 a { background-color: rgb(20,195,4); }

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

border-color css

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

 span { border-color: rgb(20,195,4); }

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