Html Css Color HEX #14A33C Pigment Green

📋 copy color: '#14A33C'

red 20 ◦ green 163 ◦ blue 60

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

Shades of Pigment Green #14A33C

Tints of Pigment Green #14A33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 67.08%

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 8.23%
G = 67.08%
B = 24.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#14A33C (or 0x14A33C) is known color: Pigment Green. HEX triplet: 14, A3 and 3C. RGB value is (20,163,60). Sum of RGB (Red+Green+Blue) = 20+163+60=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 163 (64.06% from 255 or 67.08% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 163 - color contains mainly: green. Hex color #14A33C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A33C is #EB5CC3. Grayscale: #6C6C6C. Windows color (decimal): -15424708 or 3973908. OLE color: 3973908.

HSL color Cylindrical-coordinate representation of color #14A33C: hue angle of 136.78º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A33C is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 163 60 -
CMYK 0.88 0 0.63 0.36
HSL 136.78º 0.78% 0.36% -
HSV(B) 136.78º 0.88% 0.64% -
XYZ 14.2 26.67 8.67 -
YUV 108.5 100.62 64.88 -
System Red Green Blue C M Y K H S L
Decimal 20 163 60 0.88 0 0.63 0.36 136.78 0.78 0.36
Hex 14 A3 3C 58 0 3F 24 89 4E 24
Octal 24 243 74 130 0 77 44 211 116 44
Binary 10100 10100011 111100 1011000 0 111111 100100 10001001 1001110 100100

Color Harmonies of #14A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A33C

Black with #14A33C

Text Example


Text Example

White with #14A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,163,60); }

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

background-color css

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

 a { background-color: rgb(20,163,60); }

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

border-color css

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

 span { border-color: rgb(20,163,60); }

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