Html Css Color HEX #14C30C Islamic Green

📋 copy color: '#14C30C'

red 20 ◦ green 195 ◦ blue 12

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

Shades of Islamic Green #14C30C

Tints of Islamic Green #14C30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 8.81%
G = 85.9%
B = 5.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#14C30C (or 0x14C30C) is known color: Islamic Green. HEX triplet: 14, C3 and 0C. RGB value is (20,195,12). Sum of RGB (Red+Green+Blue) = 20+195+12=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 195 (76.56% from 255 or 85.90% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 195 - color contains mainly: green. Hex color #14C30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C30C is #EB3CF3. Grayscale: #7A7A7A. Windows color (decimal): -15416564 or 836372. OLE color: 836372.

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

Color convert

RGB 20 195 12 -
CMYK 0.90 0 0.94 0.24
HSL 117.38º 0.88% 0.41% -
HSV(B) 117.38º 0.94% 0.76% -
XYZ 19.87 39.21 6.87 -
YUV 121.81 66.02 55.38 -
System Red Green Blue C M Y K H S L
Decimal 20 195 12 0.90 0 0.94 0.24 117.38 0.88 0.41
Hex 14 C3 C 5A 0 5E 18 75 58 29
Octal 24 303 14 132 0 136 30 165 130 51
Binary 10100 11000011 1100 1011010 0 1011110 11000 1110101 1011000 101001

Color Harmonies of #14C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C30C

Black with #14C30C

Text Example


Text Example

White with #14C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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