Html Css Color HEX #A8C985 Feijoa

📋 copy color: '#A8C985'

red 168 ◦ green 201 ◦ blue 133

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

Shades of Feijoa #A8C985

Tints of Feijoa #A8C985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.04%

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

R = 33.47%
G = 40.04%
B = 26.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#A8C985 (or 0xA8C985) is known color: Feijoa. HEX triplet: A8, C9 and 85. RGB value is (168,201,133). Sum of RGB (Red+Green+Blue) = 168+201+133=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C985 is #57367A. Grayscale: #B7B7B7. Windows color (decimal): -5715579 or 8767912. OLE color: 8767912.

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

Color convert

RGB 168 201 133 -
CMYK 0.16 0 0.34 0.21
HSL 89.12º 0.39% 0.65% -
HSV(B) 89.12º 0.34% 0.79% -
XYZ 41.27 51.79 30.01 -
YUV 183.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 168 201 133 0.16 0 0.34 0.21 89.12 0.39 0.65
Hex A8 C9 85 10 0 22 15 59 27 41
Octal 250 311 205 20 0 42 25 131 47 101
Binary 10101000 11001001 10000101 10000 0 100010 10101 1011001 100111 1000001

Color Harmonies of #A8C985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C985

Black with #A8C985

Text Example


Text Example

White with #A8C985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C985; }

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

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

background-color css

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

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

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

border-color css

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

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

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