Html Css Color HEX #A7D785 Feijoa

📋 copy color: '#A7D785'

red 167 ◦ green 215 ◦ blue 133

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

Shades of Feijoa #A7D785

Tints of Feijoa #A7D785

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

 BLUE value IS 133 (52.34% from 255) = 25.83%

R = 32.43%
G = 41.75%
B = 25.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#A7D785 (or 0xA7D785) is known color: Feijoa. HEX triplet: A7, D7 and 85. RGB value is (167,215,133). Sum of RGB (Red+Green+Blue) = 167+215+133=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D785 is #58287A. Grayscale: #BFBFBF. Windows color (decimal): -5777531 or 8771495. OLE color: 8771495.

HSL color Cylindrical-coordinate representation of color #A7D785: hue angle of 95.12º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7D785 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 215 133 -
CMYK 0.22 0 0.38 0.16
HSL 95.12º 0.51% 0.68% -
HSV(B) 95.12º 0.38% 0.84% -
XYZ 44.47 58.51 31.14 -
YUV 191.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 167 215 133 0.22 0 0.38 0.16 95.12 0.51 0.68
Hex A7 D7 85 16 0 26 10 5F 33 44
Octal 247 327 205 26 0 46 20 137 63 104
Binary 10100111 11010111 10000101 10110 0 100110 10000 1011111 110011 1000100

Color Harmonies of #A7D785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D785

Black with #A7D785

Text Example


Text Example

White with #A7D785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D785; }

 p { color: rgb(167,215,133); }

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

background-color css

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

 a { background-color: rgb(167,215,133); }

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

border-color css

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

 span { border-color: rgb(167,215,133); }

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