Html Css Color HEX #A4E07E Feijoa

📋 copy color: '#A4E07E'

red 164 ◦ green 224 ◦ blue 126

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

Shades of Feijoa #A4E07E

Tints of Feijoa #A4E07E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.58%

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 31.91%
G = 43.58%
B = 24.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#A4E07E (or 0xA4E07E) is known color: Feijoa. HEX triplet: A4, E0 and 7E. RGB value is (164,224,126). Sum of RGB (Red+Green+Blue) = 164+224+126=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E07E is #5B1F81. Grayscale: #C3C3C3. Windows color (decimal): -5971842 or 8315044. OLE color: 8315044.

HSL color Cylindrical-coordinate representation of color #A4E07E: hue angle of 96.73º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4E07E is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 224 126 -
CMYK 0.27 0 0.44 0.12
HSL 96.73º 0.61% 0.69% -
HSV(B) 96.73º 0.44% 0.88% -
XYZ 45.73 62.71 29.43 -
YUV 194.89 89.12 105.97 -
System Red Green Blue C M Y K H S L
Decimal 164 224 126 0.27 0 0.44 0.12 96.73 0.61 0.69
Hex A4 E0 7E 1B 0 2C C 61 3D 45
Octal 244 340 176 33 0 54 14 141 75 105
Binary 10100100 11100000 1111110 11011 0 101100 1100 1100001 111101 1000101

Color Harmonies of #A4E07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E07E

Black with #A4E07E

Text Example


Text Example

White with #A4E07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E07E; }

 p { color: rgb(164,224,126); }

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

background-color css

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

 a { background-color: rgb(164,224,126); }

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

border-color css

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

 span { border-color: rgb(164,224,126); }

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