Html Css Color HEX #A7CA7F Feijoa

📋 copy color: '#A7CA7F'

red 167 ◦ green 202 ◦ blue 127

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

Shades of Feijoa #A7CA7F

Tints of Feijoa #A7CA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.6%

R = 33.67%
G = 40.73%
B = 25.6%

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

#A7CA7F (or 0xA7CA7F) is known color: Feijoa. HEX triplet: A7, CA and 7F. RGB value is (167,202,127). Sum of RGB (Red+Green+Blue) = 167+202+127=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA7F is #583580. Grayscale: #B7B7B7. Windows color (decimal): -5780865 or 8374951. OLE color: 8374951.

HSL color Cylindrical-coordinate representation of color #A7CA7F: hue angle of 88º 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 #A7CA7F is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 127 -
CMYK 0.17 0 0.37 0.21
HSL 88º 0.41% 0.65% -
HSV(B) 88º 0.37% 0.79% -
XYZ 40.89 51.99 27.96 -
YUV 182.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 167 202 127 0.17 0 0.37 0.21 88 0.41 0.65
Hex A7 CA 7F 11 0 25 15 58 29 41
Octal 247 312 177 21 0 45 25 130 51 101
Binary 10100111 11001010 1111111 10001 0 100101 10101 1011000 101001 1000001

Color Harmonies of #A7CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA7F

Black with #A7CA7F

Text Example


Text Example

White with #A7CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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