Html Css Color HEX #A8C98E Feijoa

📋 copy color: '#A8C98E'

red 168 ◦ green 201 ◦ blue 142

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

Shades of Feijoa #A8C98E

Tints of Feijoa #A8C98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.79%

R = 32.88%
G = 39.33%
B = 27.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#A8C98E (or 0xA8C98E) is known color: Feijoa. HEX triplet: A8, C9 and 8E. RGB value is (168,201,142). Sum of RGB (Red+Green+Blue) = 168+201+142=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C98E is #573671. Grayscale: #B8B8B8. Windows color (decimal): -5715570 or 9357736. OLE color: 9357736.

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

Color convert

RGB 168 201 142 -
CMYK 0.16 0 0.29 0.21
HSL 93.56º 0.35% 0.67% -
HSV(B) 93.56º 0.29% 0.79% -
XYZ 41.92 52.05 33.43 -
YUV 184.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 168 201 142 0.16 0 0.29 0.21 93.56 0.35 0.67
Hex A8 C9 8E 10 0 1D 15 5E 23 43
Octal 250 311 216 20 0 35 25 136 43 103
Binary 10101000 11001001 10001110 10000 0 11101 10101 1011110 100011 1000011

Color Harmonies of #A8C98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C98E

Black with #A8C98E

Text Example


Text Example

White with #A8C98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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