Html Css Color HEX #A4D26E Feijoa

📋 copy color: '#A4D26E'

red 164 ◦ green 210 ◦ blue 110

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

Shades of Feijoa #A4D26E

Tints of Feijoa #A4D26E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.39%

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 33.88%
G = 43.39%
B = 22.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#A4D26E (or 0xA4D26E) is known color: Feijoa. HEX triplet: A4, D2 and 6E. RGB value is (164,210,110). Sum of RGB (Red+Green+Blue) = 164+210+110=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D26E is #5B2D91. Grayscale: #B9B9B9. Windows color (decimal): -5975442 or 7262884. OLE color: 7262884.

HSL color Cylindrical-coordinate representation of color #A4D26E: hue angle of 87.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4D26E is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 210 110 -
CMYK 0.22 0 0.48 0.18
HSL 87.6º 0.53% 0.63% -
HSV(B) 87.6º 0.48% 0.82% -
XYZ 41.17 55.11 23.22 -
YUV 184.85 85.76 113.13 -
System Red Green Blue C M Y K H S L
Decimal 164 210 110 0.22 0 0.48 0.18 87.6 0.53 0.63
Hex A4 D2 6E 16 0 30 12 58 35 3F
Octal 244 322 156 26 0 60 22 130 65 77
Binary 10100100 11010010 1101110 10110 0 110000 10010 1011000 110101 111111

Color Harmonies of #A4D26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D26E

Black with #A4D26E

Text Example


Text Example

White with #A4D26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D26E; }

 p { color: rgb(164,210,110); }

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

background-color css

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

 a { background-color: rgb(164,210,110); }

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

border-color css

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

 span { border-color: rgb(164,210,110); }

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