Html Css Color HEX #A4CA7D Feijoa

📋 copy color: '#A4CA7D'

red 164 ◦ green 202 ◦ blue 125

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

Shades of Feijoa #A4CA7D

Tints of Feijoa #A4CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 33.4%
G = 41.14%
B = 25.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#A4CA7D (or 0xA4CA7D) is known color: Feijoa. HEX triplet: A4, CA and 7D. RGB value is (164,202,125). Sum of RGB (Red+Green+Blue) = 164+202+125=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA7D is #5B3582. Grayscale: #B6B6B6. Windows color (decimal): -5977475 or 8243876. OLE color: 8243876.

HSL color Cylindrical-coordinate representation of color #A4CA7D: hue angle of 89.61º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4CA7D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 125 -
CMYK 0.19 0 0.38 0.21
HSL 89.61º 0.42% 0.64% -
HSV(B) 89.61º 0.38% 0.79% -
XYZ 40.13 51.61 27.25 -
YUV 181.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 164 202 125 0.19 0 0.38 0.21 89.61 0.42 0.64
Hex A4 CA 7D 13 0 26 15 5A 2A 40
Octal 244 312 175 23 0 46 25 132 52 100
Binary 10100100 11001010 1111101 10011 0 100110 10101 1011010 101010 1000000

Color Harmonies of #A4CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA7D

Black with #A4CA7D

Text Example


Text Example

White with #A4CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA7D; }

 p { color: rgb(164,202,125); }

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

background-color css

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

 a { background-color: rgb(164,202,125); }

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

border-color css

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

 span { border-color: rgb(164,202,125); }

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