Html Css Color HEX #A4D56A Feijoa

📋 copy color: '#A4D56A'

red 164 ◦ green 213 ◦ blue 106

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

Shades of Feijoa #A4D56A

Tints of Feijoa #A4D56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.95%

R = 33.95%
G = 44.1%
B = 21.95%

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

#A4D56A (or 0xA4D56A) is known color: Feijoa. HEX triplet: A4, D5 and 6A. RGB value is (164,213,106). Sum of RGB (Red+Green+Blue) = 164+213+106=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D56A is #5B2A95. Grayscale: #BABABA. Windows color (decimal): -5974678 or 7001508. OLE color: 7001508.

HSL color Cylindrical-coordinate representation of color #A4D56A: hue angle of 87.48º 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 #A4D56A is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 213 106 -
CMYK 0.23 0 0.50 0.16
HSL 87.48º 0.56% 0.63% -
HSV(B) 87.48º 0.5% 0.84% -
XYZ 41.71 56.52 22.35 -
YUV 186.15 82.77 112.2 -
System Red Green Blue C M Y K H S L
Decimal 164 213 106 0.23 0 0.50 0.16 87.48 0.56 0.63
Hex A4 D5 6A 17 0 32 10 57 38 3F
Octal 244 325 152 27 0 62 20 127 70 77
Binary 10100100 11010101 1101010 10111 0 110010 10000 1010111 111000 111111

Color Harmonies of #A4D56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D56A

Black with #A4D56A

Text Example


Text Example

White with #A4D56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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