Html Css Color HEX #A4D56B Feijoa

📋 copy color: '#A4D56B'

red 164 ◦ green 213 ◦ blue 107

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

Shades of Feijoa #A4D56B

Tints of Feijoa #A4D56B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

 BLUE value IS 107 (42.19% from 255) = 22.11%

R = 33.88%
G = 44.01%
B = 22.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A4D56B (or 0xA4D56B) is known color: Feijoa. HEX triplet: A4, D5 and 6B. RGB value is (164,213,107). Sum of RGB (Red+Green+Blue) = 164+213+107=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D56B is #5B2A94. Grayscale: #BABABA. Windows color (decimal): -5974677 or 7067044. OLE color: 7067044.

HSL color Cylindrical-coordinate representation of color #A4D56B: hue angle of 87.74º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4D56B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 213 107 -
CMYK 0.23 0 0.50 0.16
HSL 87.74º 0.56% 0.63% -
HSV(B) 87.74º 0.5% 0.84% -
XYZ 41.76 56.54 22.62 -
YUV 186.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 164 213 107 0.23 0 0.50 0.16 87.74 0.56 0.63
Hex A4 D5 6B 17 0 32 10 58 38 3F
Octal 244 325 153 27 0 62 20 130 70 77
Binary 10100100 11010101 1101011 10111 0 110010 10000 1011000 111000 111111

Color Harmonies of #A4D56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D56B

Black with #A4D56B

Text Example


Text Example

White with #A4D56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D56B; }

 p { color: rgb(164,213,107); }

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

background-color css

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

 a { background-color: rgb(164,213,107); }

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

border-color css

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

 span { border-color: rgb(164,213,107); }

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