Html Css Color HEX #A7CA80 Feijoa

📋 copy color: '#A7CA80'

red 167 ◦ green 202 ◦ blue 128

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

Shades of Feijoa #A7CA80

Tints of Feijoa #A7CA80

RGB

 RED value IS 167 (65.63% from 255) = 33.6%

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

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 33.6%
G = 40.64%
B = 25.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#A7CA80 (or 0xA7CA80) is known color: Feijoa. HEX triplet: A7, CA and 80. RGB value is (167,202,128). Sum of RGB (Red+Green+Blue) = 167+202+128=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CA80 is #58357F. Grayscale: #B7B7B7. Windows color (decimal): -5780864 or 8440487. OLE color: 8440487.

HSL color Cylindrical-coordinate representation of color #A7CA80: hue angle of 88.38º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7CA80 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 128 -
CMYK 0.17 0 0.37 0.21
HSL 88.38º 0.41% 0.65% -
HSV(B) 88.38º 0.37% 0.79% -
XYZ 40.95 52.02 28.3 -
YUV 183.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 167 202 128 0.17 0 0.37 0.21 88.38 0.41 0.65
Hex A7 CA 80 11 0 25 15 58 29 41
Octal 247 312 200 21 0 45 25 130 51 101
Binary 10100111 11001010 10000000 10001 0 100101 10101 1011000 101001 1000001

Color Harmonies of #A7CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA80

Black with #A7CA80

Text Example


Text Example

White with #A7CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA80; }

 p { color: rgb(167,202,128); }

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

background-color css

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

 a { background-color: rgb(167,202,128); }

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

border-color css

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

 span { border-color: rgb(167,202,128); }

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