Html Css Color HEX #A4D68B Feijoa

📋 copy color: '#A4D68B'

red 164 ◦ green 214 ◦ blue 139

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

Shades of Feijoa #A4D68B

Tints of Feijoa #A4D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.89%

R = 31.72%
G = 41.39%
B = 26.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A4D68B (or 0xA4D68B) is known color: Feijoa. HEX triplet: A4, D6 and 8B. RGB value is (164,214,139). Sum of RGB (Red+Green+Blue) = 164+214+139=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D68B is #5B2974. Grayscale: #BEBEBE. Windows color (decimal): -5974389 or 9164452. OLE color: 9164452.

HSL color Cylindrical-coordinate representation of color #A4D68B: hue angle of 100º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4D68B is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 214 139 -
CMYK 0.23 0 0.35 0.16
HSL 100º 0.48% 0.69% -
HSV(B) 100º 0.35% 0.84% -
XYZ 44.02 57.85 33.27 -
YUV 190.5 98.94 109.1 -
System Red Green Blue C M Y K H S L
Decimal 164 214 139 0.23 0 0.35 0.16 100 0.48 0.69
Hex A4 D6 8B 17 0 23 10 64 30 45
Octal 244 326 213 27 0 43 20 144 60 105
Binary 10100100 11010110 10001011 10111 0 100011 10000 1100100 110000 1000101

Color Harmonies of #A4D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D68B

Black with #A4D68B

Text Example


Text Example

White with #A4D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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