Html Css Color HEX #32AE14 Kelly Green

📋 copy color: '#32AE14'

red 50 ◦ green 174 ◦ blue 20

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

Shades of Kelly Green #32AE14

Tints of Kelly Green #32AE14

RGB

 RED value IS 50 (19.92% from 255) = 20.49%

 GREEN value IS 174 (68.36% from 255) = 71.31%

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 20.49%
G = 71.31%
B = 8.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#32AE14 (or 0x32AE14) is known color: Kelly Green. HEX triplet: 32, AE and 14. RGB value is (50,174,20). Sum of RGB (Red+Green+Blue) = 50+174+20=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 174 (68.36% from 255 or 71.31% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AE14 is #CD51EB. Grayscale: #777777. Windows color (decimal): -13455852 or 1355314. OLE color: 1355314.

HSL color Cylindrical-coordinate representation of color #32AE14: hue angle of 108.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32AE14 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 174 20 -
CMYK 0.71 0 0.89 0.32
HSL 108.31º 0.79% 0.38% -
HSV(B) 108.31º 0.89% 0.68% -
XYZ 16.58 31 5.77 -
YUV 119.37 71.92 78.52 -
System Red Green Blue C M Y K H S L
Decimal 50 174 20 0.71 0 0.89 0.32 108.31 0.79 0.38
Hex 32 AE 14 47 0 59 20 6C 4F 26
Octal 62 256 24 107 0 131 40 154 117 46
Binary 110010 10101110 10100 1000111 0 1011001 100000 1101100 1001111 100110

Color Harmonies of #32AE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AE14

Black with #32AE14

Text Example


Text Example

White with #32AE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32AE14; }

 p { color: rgb(50,174,20); }

 H1.HeaderClassName
 {
   color: #32AE14;
 }
 .AnyTagClassName
 {
   color: #32AE14;
 }
</style>

background-color css

<style>
 a { background-color: #32AE14; }

 a { background-color: rgb(50,174,20); }

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

border-color css

<style>
 span { border-color: #32AE14; }

 span { border-color: rgb(50,174,20); }

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