Html Css Color HEX #A8D885 Feijoa

📋 copy color: '#A8D885'

red 168 ◦ green 216 ◦ blue 133

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

Shades of Feijoa #A8D885

Tints of Feijoa #A8D885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.78%

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

R = 32.5%
G = 41.78%
B = 25.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#A8D885 (or 0xA8D885) is known color: Feijoa. HEX triplet: A8, D8 and 85. RGB value is (168,216,133). Sum of RGB (Red+Green+Blue) = 168+216+133=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D885 is #57277A. Grayscale: #C0C0C0. Windows color (decimal): -5711739 or 8771752. OLE color: 8771752.

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

Color convert

RGB 168 216 133 -
CMYK 0.22 0 0.38 0.15
HSL 94.7º 0.52% 0.68% -
HSV(B) 94.7º 0.38% 0.85% -
XYZ 44.94 59.13 31.24 -
YUV 192.19 94.6 110.75 -
System Red Green Blue C M Y K H S L
Decimal 168 216 133 0.22 0 0.38 0.15 94.7 0.52 0.68
Hex A8 D8 85 16 0 26 F 5F 34 44
Octal 250 330 205 26 0 46 17 137 64 104
Binary 10101000 11011000 10000101 10110 0 100110 1111 1011111 110100 1000100

Color Harmonies of #A8D885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D885

Black with #A8D885

Text Example


Text Example

White with #A8D885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D885; }

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

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

background-color css

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

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

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

border-color css

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

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

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