Html Css Color HEX #A4EC72 Feijoa

📋 copy color: '#A4EC72'

red 164 ◦ green 236 ◦ blue 114

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

Shades of Feijoa #A4EC72

Tints of Feijoa #A4EC72

RGB

 RED value IS 164 (64.45% from 255) = 31.91%

 GREEN value IS 236 (92.58% from 255) = 45.91%

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 31.91%
G = 45.91%
B = 22.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#A4EC72 (or 0xA4EC72) is known color: Feijoa. HEX triplet: A4, EC and 72. RGB value is (164,236,114). Sum of RGB (Red+Green+Blue) = 164+236+114=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC72 is #5B138D. Grayscale: #C8C8C8. Windows color (decimal): -5968782 or 7531684. OLE color: 7531684.

HSL color Cylindrical-coordinate representation of color #A4EC72: hue angle of 95.41º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4EC72 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 236 114 -
CMYK 0.31 0 0.52 0.07
HSL 95.41º 0.76% 0.69% -
HSV(B) 95.41º 0.52% 0.93% -
XYZ 48.34 69.1 26.71 -
YUV 200.56 79.15 101.92 -
System Red Green Blue C M Y K H S L
Decimal 164 236 114 0.31 0 0.52 0.07 95.41 0.76 0.69
Hex A4 EC 72 1F 0 34 7 5F 4C 45
Octal 244 354 162 37 0 64 7 137 114 105
Binary 10100100 11101100 1110010 11111 0 110100 111 1011111 1001100 1000101

Color Harmonies of #A4EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EC72

Black with #A4EC72

Text Example


Text Example

White with #A4EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EC72; }

 p { color: rgb(164,236,114); }

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

background-color css

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

 a { background-color: rgb(164,236,114); }

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

border-color css

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

 span { border-color: rgb(164,236,114); }

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