Html Css Color HEX #A4D48B Feijoa

📋 copy color: '#A4D48B'

red 164 ◦ green 212 ◦ blue 139

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

Shades of Feijoa #A4D48B

Tints of Feijoa #A4D48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.17%

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

R = 31.84%
G = 41.17%
B = 26.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#A4D48B (or 0xA4D48B) is known color: Feijoa. HEX triplet: A4, D4 and 8B. RGB value is (164,212,139). Sum of RGB (Red+Green+Blue) = 164+212+139=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D48B is #5B2B74. Grayscale: #BDBDBD. Windows color (decimal): -5974901 or 9163940. OLE color: 9163940.

HSL color Cylindrical-coordinate representation of color #A4D48B: hue angle of 99.45º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D48B is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 212 139 -
CMYK 0.23 0 0.34 0.17
HSL 99.45º 0.46% 0.69% -
HSV(B) 99.45º 0.34% 0.83% -
XYZ 43.51 56.84 33.1 -
YUV 189.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 164 212 139 0.23 0 0.34 0.17 99.45 0.46 0.69
Hex A4 D4 8B 17 0 22 11 63 2E 45
Octal 244 324 213 27 0 42 21 143 56 105
Binary 10100100 11010100 10001011 10111 0 100010 10001 1100011 101110 1000101

Color Harmonies of #A4D48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D48B

Black with #A4D48B

Text Example


Text Example

White with #A4D48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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