Html Css Color HEX #A8D992 Feijoa

📋 copy color: '#A8D992'

red 168 ◦ green 217 ◦ blue 146

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

Shades of Feijoa #A8D992

Tints of Feijoa #A8D992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.5%

R = 31.64%
G = 40.87%
B = 27.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#A8D992 (or 0xA8D992) is known color: Feijoa. HEX triplet: A8, D9 and 92. RGB value is (168,217,146). Sum of RGB (Red+Green+Blue) = 168+217+146=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D992 is #57266D. Grayscale: #C2C2C2. Windows color (decimal): -5711470 or 9623976. OLE color: 9623976.

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

Color convert

RGB 168 217 146 -
CMYK 0.23 0 0.33 0.15
HSL 101.41º 0.48% 0.71% -
HSV(B) 101.41º 0.33% 0.85% -
XYZ 46.15 60.03 36.35 -
YUV 194.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 168 217 146 0.23 0 0.33 0.15 101.41 0.48 0.71
Hex A8 D9 92 17 0 21 F 65 30 47
Octal 250 331 222 27 0 41 17 145 60 107
Binary 10101000 11011001 10010010 10111 0 100001 1111 1100101 110000 1000111

Color Harmonies of #A8D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D992

Black with #A8D992

Text Example


Text Example

White with #A8D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D992; }

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

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

background-color css

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

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

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

border-color css

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

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

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