Html Css Color HEX #A8D97A Feijoa

📋 copy color: '#A8D97A'

red 168 ◦ green 217 ◦ blue 122

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

Shades of Feijoa #A8D97A

Tints of Feijoa #A8D97A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.8%

 BLUE value IS 122 (48.05% from 255) = 24.06%

R = 33.14%
G = 42.8%
B = 24.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#A8D97A (or 0xA8D97A) is known color: Feijoa. HEX triplet: A8, D9 and 7A. RGB value is (168,217,122). Sum of RGB (Red+Green+Blue) = 168+217+122=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D97A is #572685. Grayscale: #BFBFBF. Windows color (decimal): -5711494 or 8051112. OLE color: 8051112.

HSL color Cylindrical-coordinate representation of color #A8D97A: hue angle of 90.95º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8D97A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 122 -
CMYK 0.23 0 0.44 0.15
HSL 90.95º 0.56% 0.66% -
HSV(B) 90.95º 0.44% 0.85% -
XYZ 44.47 59.36 27.53 -
YUV 191.52 88.77 111.22 -
System Red Green Blue C M Y K H S L
Decimal 168 217 122 0.23 0 0.44 0.15 90.95 0.56 0.66
Hex A8 D9 7A 17 0 2C F 5B 38 42
Octal 250 331 172 27 0 54 17 133 70 102
Binary 10101000 11011001 1111010 10111 0 101100 1111 1011011 111000 1000010

Color Harmonies of #A8D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D97A

Black with #A8D97A

Text Example


Text Example

White with #A8D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D97A; }

 p { color: rgb(168,217,122); }

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

background-color css

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

 a { background-color: rgb(168,217,122); }

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

border-color css

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

 span { border-color: rgb(168,217,122); }

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