Html Css Color HEX #A8D785 Feijoa

📋 copy color: '#A8D785'

red 168 ◦ green 215 ◦ blue 133

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

Shades of Feijoa #A8D785

Tints of Feijoa #A8D785

RGB

 RED value IS 168 (66.02% from 255) = 32.56%

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

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

R = 32.56%
G = 41.67%
B = 25.78%

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

#A8D785 (or 0xA8D785) is known color: Feijoa. HEX triplet: A8, D7 and 85. RGB value is (168,215,133). Sum of RGB (Red+Green+Blue) = 168+215+133=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D785 is #57287A. Grayscale: #BFBFBF. Windows color (decimal): -5711995 or 8771496. OLE color: 8771496.

HSL color Cylindrical-coordinate representation of color #A8D785: hue angle of 94.39º 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 #A8D785 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 133 -
CMYK 0.22 0 0.38 0.16
HSL 94.39º 0.51% 0.68% -
HSV(B) 94.39º 0.38% 0.84% -
XYZ 44.68 58.62 31.15 -
YUV 191.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 168 215 133 0.22 0 0.38 0.16 94.39 0.51 0.68
Hex A8 D7 85 16 0 26 10 5E 33 44
Octal 250 327 205 26 0 46 20 136 63 104
Binary 10101000 11010111 10000101 10110 0 100110 10000 1011110 110011 1000100

Color Harmonies of #A8D785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D785

Black with #A8D785

Text Example


Text Example

White with #A8D785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D785; }

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

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

background-color css

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

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

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

border-color css

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

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

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