Html Css Color HEX #A4D66B Feijoa

📋 copy color: '#A4D66B'

red 164 ◦ green 214 ◦ blue 107

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

Shades of Feijoa #A4D66B

Tints of Feijoa #A4D66B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

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

R = 33.81%
G = 44.12%
B = 22.06%

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

#A4D66B (or 0xA4D66B) is known color: Feijoa. HEX triplet: A4, D6 and 6B. RGB value is (164,214,107). Sum of RGB (Red+Green+Blue) = 164+214+107=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D66B is #5B2994. Grayscale: #BBBBBB. Windows color (decimal): -5974421 or 7067300. OLE color: 7067300.

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

Color convert

RGB 164 214 107 -
CMYK 0.23 0 0.50 0.16
HSL 88.04º 0.57% 0.63% -
HSV(B) 88.04º 0.5% 0.84% -
XYZ 42.01 57.05 22.71 -
YUV 186.85 82.94 111.7 -
System Red Green Blue C M Y K H S L
Decimal 164 214 107 0.23 0 0.50 0.16 88.04 0.57 0.63
Hex A4 D6 6B 17 0 32 10 58 39 3F
Octal 244 326 153 27 0 62 20 130 71 77
Binary 10100100 11010110 1101011 10111 0 110010 10000 1011000 111001 111111

Color Harmonies of #A4D66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D66B

Black with #A4D66B

Text Example


Text Example

White with #A4D66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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